summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-05-27 15:20:07 -0300
committerVinicius Moreira2022-05-27 15:20:07 -0300
commit43729cfbb6e7d876c827e6de3c104ec983656bee (patch)
tree22fa2cbb072a009306b6db967eb87552506367b3
parentb0f432eb8137ce83697320c0e6f6454a56042c74 (diff)
downloadaur-43729cfbb6e7d876c827e6de3c104ec983656bee.tar.gz
0.10.3.RC-10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1718303e19d0..39d2ce004bb7 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 = 9
+ pkgrel = 10
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/bf7fc9a7598d711f36fd7ed1c1333dd5875628e1.tar.gz
- sha512sums = 29981e6a7bf51cca9034ed4d721abb401e02caf13977cb2465c22a110fdd683d9154324d19b5086a3d7c8cd5342013027256914a6647838ae20ee810390ded90
+ source = https://github.com/vinifmor/bauh/archive/f64d2abfc722f1bd5a0b99e9497819176e7dfbdd.tar.gz
+ sha512sums = 73f0f4735ea07b1f7681e2859553c66c9e881cc79589844b835c1111b4f1b46dd75d8be80a1385ff7d6363ff51e05edc399903b8dfd6af02a4202aeac26b251a
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index 73a356aa28dd..1bf70d73d1ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.3.RC
-pkgrel=9
-_commit="bf7fc9a7598d711f36fd7ed1c1333dd5875628e1"
+pkgrel=10
+_commit="f64d2abfc722f1bd5a0b99e9497819176e7dfbdd"
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=('29981e6a7bf51cca9034ed4d721abb401e02caf13977cb2465c22a110fdd683d9154324d19b5086a3d7c8cd5342013027256914a6647838ae20ee810390ded90')
+sha512sums=('73f0f4735ea07b1f7681e2859553c66c9e881cc79589844b835c1111b4f1b46dd75d8be80a1385ff7d6363ff51e05edc399903b8dfd6af02a4202aeac26b251a')
build() {
cd "${srcdir}/bauh-${_commit}"