summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-05-20 18:20:08 -0300
committerVinicius Moreira2022-05-20 18:20:08 -0300
commit315fb22b88d109eddd9586763f25d5bff7cabb25 (patch)
treee5890adb550e5add71e6bd513792667a8bbf1803
parentfe52b44135885b6284d97bee12cc4f0655d49afb (diff)
downloadaur-315fb22b88d109eddd9586763f25d5bff7cabb25.tar.gz
0.10.3.RC-8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e6df710a4bd..71aef5e2eee7 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 = 7
+ pkgrel = 8
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/cefab900529ce8cd9adddadc14c07b4820c3eda4.tar.gz
- sha512sums = 699a6d0b156464ba2f298629f877200c8192e75d4ec3f4aa012f87caeabcfaadaa970c6c8969b55969c87188d8d202544088f5c4884c98b5d77d5929503380ff
+ source = https://github.com/vinifmor/bauh/archive/fc29a1a7e90906fe428f8c8a7379879e79187173.tar.gz
+ sha512sums = 8c9237d718a3511479f814c19c179bf4775d76ed86e1c2f081f06685dd5a48601360e11d03e31cb2d0fe6eadb8474dd9d196375828a21d71b8877a6eca2a5b1a
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index 3a99aaf320d2..5760379a31b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.3.RC
-pkgrel=7
-_commit="cefab900529ce8cd9adddadc14c07b4820c3eda4"
+pkgrel=8
+_commit="fc29a1a7e90906fe428f8c8a7379879e79187173"
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=('699a6d0b156464ba2f298629f877200c8192e75d4ec3f4aa012f87caeabcfaadaa970c6c8969b55969c87188d8d202544088f5c4884c98b5d77d5929503380ff')
+sha512sums=('8c9237d718a3511479f814c19c179bf4775d76ed86e1c2f081f06685dd5a48601360e11d03e31cb2d0fe6eadb8474dd9d196375828a21d71b8877a6eca2a5b1a')
build() {
cd "${srcdir}/bauh-${_commit}"