upg aget obs-studio-git

This commit is contained in:
joborun linux 2022-07-09 23:49:29 +03:00
parent ab64670c77
commit 8f55c8341d
4 changed files with 10 additions and 9 deletions

View File

@ -6,14 +6,14 @@
#-----------------------------------------| DESCRIPTION |--------------------------------------- #-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=aget pkgname=aget
pkgver=1.2.0 pkgver=1.3.3
pkgrel=01 pkgrel=01
pkgdesc='Minimalistic AUR helper' pkgdesc='Minimalistic AUR helper'
arch=(x86_64) arch=(x86_64)
url='https://github.com/xyproto/aget' url='https://github.com/xyproto/aget'
depends=(git openssh) depends=(git openssh)
makedepends=(go git) makedepends=(go git)
source=("git+https://github.com/xyproto/aget#commit=35a6976114013313000b7c1a4c08487936ca7592") # tag: 1.2.0 source=("git+$url#commit=b98582af99200e1de6db010a9aa49e0cd6d9f027") # tag: 1.3.3
build() { build() {
cd $pkgname cd $pkgname
@ -28,7 +28,7 @@ package() {
#---- license gpg-key sha256sums ---- #---- license gpg-key sha256sums ----
license=(MIT) license=(BSD)
sha256sums=(SKIP) sha256sums=(SKIP)

View File

@ -1,15 +1,15 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org> # Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=aget pkgname=aget
pkgver=1.2.0 pkgver=1.3.3
pkgrel=1 pkgrel=1
pkgdesc='Minimalistic AUR helper' pkgdesc='Minimalistic AUR helper'
arch=(x86_64) arch=(x86_64)
url='https://github.com/xyproto/aget' url='https://github.com/xyproto/aget'
license=(MIT) license=(BSD)
makedepends=(go git) makedepends=(go git)
source=("git+https://github.com/xyproto/aget#commit=35a6976114013313000b7c1a4c08487936ca7592") # tag: 1.2.0 source=("git+$url#commit=b98582af99200e1de6db010a9aa49e0cd6d9f027") # tag: 1.3.3
b2sums=(SKIP) b2sums=('SKIP')
build() { build() {
cd $pkgname cd $pkgname

View File

@ -1,2 +1,3 @@
go git go
git
openssh openssh

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |--------------------------------------- #-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=obs-studio-git pkgname=obs-studio-git
pkgver=27.2.0.569 pkgver=27.2.0.575
pkgrel=01 pkgrel=01
pkgdesc="Free and open source software for video recording and live streaming. w/o systemd dependencies" pkgdesc="Free and open source software for video recording and live streaming. w/o systemd dependencies"
arch=("x86_64") arch=("x86_64")