summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-05-19 16:24:34 -0300
committerVinicius Moreira2022-05-19 16:24:34 -0300
commit08c492fec8b27a2b83150851c523e0c22c06d334 (patch)
tree70150f7fdfcede41ef46c9e85f2c3bc18fe60fe6
parentace31951c218d7fab82f10b1251cca5672142e90 (diff)
downloadaur-08c492fec8b27a2b83150851c523e0c22c06d334.tar.gz
0.10.3.RC-6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1e36f475a4a..26add2236a10 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 = 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/ea3bb062ef29336d43291d999c11da2b2d860f7c.tar.gz
- sha512sums = aa2930bd8551722dae6d196293ca3c9f3c4f89eb7c7bfad372666fa203f70cfc8b3018d804c1f67aaed84cb73ec3f99dbf935bc1e6962b17c1d246cc8ddb700b
+ source = https://github.com/vinifmor/bauh/archive/a19174812495be3e0b4733093b12005bc57cc204.tar.gz
+ sha512sums = 52a9fe8ecfeb299e9c5cdbdad2bef6ed1c9267705eca8edb7fa186f833a077987c6b36be24c1a87cd8a0b05760919af551fbbe4818039eaa19d74c2d67a32054
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index 9b90ee311fc1..e7005672175d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.3.RC
-pkgrel=5
-_commit="ea3bb062ef29336d43291d999c11da2b2d860f7c"
+pkgrel=6
+_commit="a19174812495be3e0b4733093b12005bc57cc204"
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=('aa2930bd8551722dae6d196293ca3c9f3c4f89eb7c7bfad372666fa203f70cfc8b3018d804c1f67aaed84cb73ec3f99dbf935bc1e6962b17c1d246cc8ddb700b')
+sha512sums=('52a9fe8ecfeb299e9c5cdbdad2bef6ed1c9267705eca8edb7fa186f833a077987c6b36be24c1a87cd8a0b05760919af551fbbe4818039eaa19d74c2d67a32054')
build() {
cd "${srcdir}/bauh-${_commit}"