summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-12-16 17:36:31 -0300
committerVinicius Moreira2022-12-16 17:36:31 -0300
commitf1d59db6693a3ed3685e53055677505ba395474b (patch)
treece5897d045e63692fc65ea2adbb3ca099c87dc5f
parent929b9051467c5581b2a87e5d80338639381ce226 (diff)
downloadaur-f1d59db6693a3ed3685e53055677505ba395474b.tar.gz
0.10.5.RC-7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0309698b62cb..901bc9a20009 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 = 6
+ pkgrel = 7
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/2524dd0b0707f6b07454782012c94f4d13f2cbf5.tar.gz
- sha512sums = 3958122903c37421d37a6a1b7b2d4b669f970198c2c118eec8668df1d41714d54661cbb2aaf190f9299337482618d6acfc922c4a22611535c67412b486916e7a
+ source = https://github.com/vinifmor/bauh/archive/008355c21d01f759b80f2816aab7367c597ede97.tar.gz
+ sha512sums = 56f0a9d6f6a060b3719edf97666c70e0609e6d9370b119047e96afa490e8349a4cfdd935aec155dbf886bafbe18902313c981af9b649249a28e0cfc15377941c
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index a3694d603ebe..d4b112c0e945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.5.RC
-pkgrel=6
-_commit="2524dd0b0707f6b07454782012c94f4d13f2cbf5"
+pkgrel=7
+_commit="008355c21d01f759b80f2816aab7367c597ede97"
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=('3958122903c37421d37a6a1b7b2d4b669f970198c2c118eec8668df1d41714d54661cbb2aaf190f9299337482618d6acfc922c4a22611535c67412b486916e7a')
+sha512sums=('56f0a9d6f6a060b3719edf97666c70e0609e6d9370b119047e96afa490e8349a4cfdd935aec155dbf886bafbe18902313c981af9b649249a28e0cfc15377941c')
build() {
cd "${srcdir}/bauh-${_commit}"