summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-05-10 18:58:10 -0300
committerVinicius Moreira2022-05-10 18:58:10 -0300
commitace31951c218d7fab82f10b1251cca5672142e90 (patch)
tree7050bc2a678d411f115850ac9228e884702f8140
parentb67fca73e83850f267ed1cb9c8ecfbcb88a8817d (diff)
downloadaur-ace31951c218d7fab82f10b1251cca5672142e90.tar.gz
0.10.3.RC-5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 915fa9310ee4..f1e36f475a4a 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.3.RC
- pkgrel = 4
+ pkgrel = 5
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/125b503e95d21bd1433ba030dc6fccea069b6ec6.tar.gz
- sha512sums = 82a99961b72988463ec49a58a5360c29bbd9588b610fd849d76d23a26118689815729e82715f4143461ac9d9388ee9917af3c4b0af93e27b4f6b87ab647da56c
+ source = https://github.com/vinifmor/bauh/archive/ea3bb062ef29336d43291d999c11da2b2d860f7c.tar.gz
+ sha512sums = aa2930bd8551722dae6d196293ca3c9f3c4f89eb7c7bfad372666fa203f70cfc8b3018d804c1f67aaed84cb73ec3f99dbf935bc1e6962b17c1d246cc8ddb700b
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index c9c904826f6b..9b90ee311fc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.3.RC
-pkgrel=4
-_commit="125b503e95d21bd1433ba030dc6fccea069b6ec6"
+pkgrel=5
+_commit="ea3bb062ef29336d43291d999c11da2b2d860f7c"
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=('82a99961b72988463ec49a58a5360c29bbd9588b610fd849d76d23a26118689815729e82715f4143461ac9d9388ee9917af3c4b0af93e27b4f6b87ab647da56c')
+sha512sums=('aa2930bd8551722dae6d196293ca3c9f3c4f89eb7c7bfad372666fa203f70cfc8b3018d804c1f67aaed84cb73ec3f99dbf935bc1e6962b17c1d246cc8ddb700b')
build() {
cd "${srcdir}/bauh-${_commit}"