summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-11-25 07:38:37 -0300
committerVinicius Moreira2022-11-25 07:38:37 -0300
commiteb73db67bc3e8d36079654db72c09ae0221d6f6f (patch)
tree977013d416c4594925c1fc4ffccafd505ce905a8
parentf0d0a88dcad55c658aba46f1ab8e5a0f4d10a87f (diff)
downloadaur-eb73db67bc3e8d36079654db72c09ae0221d6f6f.tar.gz
0.10.5.RC-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a340757a9969..ae69098af7c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bauh-staging
pkgdesc = Graphical interface for managing your applications (AppImage, Flatpak, Snap, Arch/AUR, Web). Testing branch (it may not be working properly).
pkgver = 0.10.5.RC
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/vinifmor/bauh
arch = any
license = zlib/libpng
@@ -49,7 +49,7 @@ pkgbase = bauh-staging
optdepends = util-linux: to install AUR packages as the root user
provides = bauh
conflicts = bauh
- source = https://github.com/vinifmor/bauh/archive/69cf81dbe9a9fccbc8163cd53e42c44cbbdf9750.tar.gz
- sha512sums = a2adc05152c9ab8680c46311a8fb05401e65ea9800d845b2c10236bea0f8e64bd26eb476ed3fdf814f8c039ce632f76a7c154e3464a218c393f8e80eb095f800
+ source = https://github.com/vinifmor/bauh/archive/65705af2e1bae2f8a958fa047a0c31a6c3a573c0.tar.gz
+ sha512sums = 13658cd2b43eb805b71afe50e6750f373c2589e4505fd15f20b76d843a87a7adffd9ac4a24a784e336cf167379bbd8f0e9d71d17b4c22b5466ba6c1f3c1c53c3
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index 7ff81ea14ae5..9104678d363c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.5.RC
-pkgrel=2
-_commit="69cf81dbe9a9fccbc8163cd53e42c44cbbdf9750"
+pkgrel=3
+_commit="65705af2e1bae2f8a958fa047a0c31a6c3a573c0"
pkgdesc="Graphical interface for managing your applications (AppImage, Flatpak, Snap, Arch/AUR, Web). Testing branch (it may not be working properly)."
arch=('any')
url="https://github.com/vinifmor/bauh"
@@ -42,7 +42,7 @@ makedepends=('git' 'python' 'python-pip' 'python-setuptools')
provides=("bauh")
conflicts=('bauh')
source=("${url}/archive/${_commit}.tar.gz")
-sha512sums=('a2adc05152c9ab8680c46311a8fb05401e65ea9800d845b2c10236bea0f8e64bd26eb476ed3fdf814f8c039ce632f76a7c154e3464a218c393f8e80eb095f800')
+sha512sums=('13658cd2b43eb805b71afe50e6750f373c2589e4505fd15f20b76d843a87a7adffd9ac4a24a784e336cf167379bbd8f0e9d71d17b4c22b5466ba6c1f3c1c53c3')
build() {
cd "${srcdir}/bauh-${_commit}"