summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-05-26 18:26:23 -0300
committerVinicius Moreira2022-05-26 18:26:23 -0300
commitb0f432eb8137ce83697320c0e6f6454a56042c74 (patch)
tree0cacb00c6bb1c2440047a6ff15e4365bdbd3ccc8
parent315fb22b88d109eddd9586763f25d5bff7cabb25 (diff)
downloadaur-b0f432eb8137ce83697320c0e6f6454a56042c74.tar.gz
0.10.3.RC-9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71aef5e2eee7..1718303e19d0 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 = 8
+ pkgrel = 9
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/fc29a1a7e90906fe428f8c8a7379879e79187173.tar.gz
- sha512sums = 8c9237d718a3511479f814c19c179bf4775d76ed86e1c2f081f06685dd5a48601360e11d03e31cb2d0fe6eadb8474dd9d196375828a21d71b8877a6eca2a5b1a
+ source = https://github.com/vinifmor/bauh/archive/bf7fc9a7598d711f36fd7ed1c1333dd5875628e1.tar.gz
+ sha512sums = 29981e6a7bf51cca9034ed4d721abb401e02caf13977cb2465c22a110fdd683d9154324d19b5086a3d7c8cd5342013027256914a6647838ae20ee810390ded90
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index 5760379a31b5..73a356aa28dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.3.RC
-pkgrel=8
-_commit="fc29a1a7e90906fe428f8c8a7379879e79187173"
+pkgrel=9
+_commit="bf7fc9a7598d711f36fd7ed1c1333dd5875628e1"
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=('8c9237d718a3511479f814c19c179bf4775d76ed86e1c2f081f06685dd5a48601360e11d03e31cb2d0fe6eadb8474dd9d196375828a21d71b8877a6eca2a5b1a')
+sha512sums=('29981e6a7bf51cca9034ed4d721abb401e02caf13977cb2465c22a110fdd683d9154324d19b5086a3d7c8cd5342013027256914a6647838ae20ee810390ded90')
build() {
cd "${srcdir}/bauh-${_commit}"