summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2023-11-11 10:22:38 -0300
committerVinicius Moreira2023-11-11 10:22:38 -0300
commitab5e3cbeff9e236da9712a2efb0d52982986aa74 (patch)
tree748f003e48c28afbf7ec86012bc09379cfa2ab2b
parent9990c3d742781401efddee3950be8a00ed3eb3da (diff)
downloadaur-ab5e3cbeff9e236da9712a2efb0d52982986aa74.tar.gz
0.10.6.RC-5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3ca8bd21edd..aef2986d5a69 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.6.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/d6a764261eb86db8b25c208f06231197d5964087.tar.gz
- sha512sums = 7cc4068fdb3f4dabc6ec1ce9aa6bd1aa0626e59cc2423a61ecebe1117b1ce8bd65f66d245a3caed8737d56ab94e88943cf86d0a33aed03613d65e3c413a870c7
+ source = https://github.com/vinifmor/bauh/archive/c8186745eb18e93a10341e35df71ff19036c4a5b.tar.gz
+ sha512sums = b7d79c193c6795657209a0654aae031156dca64c3ff4948f201096b3f6c40a4c313d82cbee683c53744a5b6380243bc982954964cec3603c2147f627d5f97369
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index efcffb81c3f1..a1ca2b120854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.6.RC
-pkgrel=4
-_commit="d6a764261eb86db8b25c208f06231197d5964087"
+pkgrel=5
+_commit="c8186745eb18e93a10341e35df71ff19036c4a5b"
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=('7cc4068fdb3f4dabc6ec1ce9aa6bd1aa0626e59cc2423a61ecebe1117b1ce8bd65f66d245a3caed8737d56ab94e88943cf86d0a33aed03613d65e3c413a870c7')
+sha512sums=('b7d79c193c6795657209a0654aae031156dca64c3ff4948f201096b3f6c40a4c313d82cbee683c53744a5b6380243bc982954964cec3603c2147f627d5f97369')
build() {
cd "${srcdir}/bauh-${_commit}"