summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-12-16 08:46:10 -0300
committerVinicius Moreira2022-12-16 08:46:10 -0300
commit929b9051467c5581b2a87e5d80338639381ce226 (patch)
treec9a1399d8a47a0acf6d60edd6a3c5f84cb0ee026
parente982f3da1a3578ff1f460ba23d6ea3c29001eb96 (diff)
downloadaur-929b9051467c5581b2a87e5d80338639381ce226.tar.gz
0.10.5.RC-6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38c3927618e1..0309698b62cb 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 = 5
+ pkgrel = 6
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/6488bc2ee085d311bc3be688e0baaa285ff12171.tar.gz
- sha512sums = 748cd9730d904db9e6c9aab42cd97752f7a4d55639db48f49bf16903b4a96968e735e8cac6a16b346dbcf0873277703564cc62346b8ba160a29d97b3d5a5735d
+ source = https://github.com/vinifmor/bauh/archive/2524dd0b0707f6b07454782012c94f4d13f2cbf5.tar.gz
+ sha512sums = 3958122903c37421d37a6a1b7b2d4b669f970198c2c118eec8668df1d41714d54661cbb2aaf190f9299337482618d6acfc922c4a22611535c67412b486916e7a
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index 62afbe1c0b72..a3694d603ebe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.5.RC
-pkgrel=5
-_commit="6488bc2ee085d311bc3be688e0baaa285ff12171"
+pkgrel=6
+_commit="2524dd0b0707f6b07454782012c94f4d13f2cbf5"
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=('748cd9730d904db9e6c9aab42cd97752f7a4d55639db48f49bf16903b4a96968e735e8cac6a16b346dbcf0873277703564cc62346b8ba160a29d97b3d5a5735d')
+sha512sums=('3958122903c37421d37a6a1b7b2d4b669f970198c2c118eec8668df1d41714d54661cbb2aaf190f9299337482618d6acfc922c4a22611535c67412b486916e7a')
build() {
cd "${srcdir}/bauh-${_commit}"