summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-04-18 17:41:18 -0300
committerVinicius Moreira2022-04-18 17:41:18 -0300
commit316f32b296b7c881ecffa51e24b42b5227a55031 (patch)
tree314ef6fbfd18827c139f2f977eb25754cbb43dab
parent7e74a8ff8c8efe800977c1b8728c378a8e3370c6 (diff)
downloadaur-316f32b296b7c881ecffa51e24b42b5227a55031.tar.gz
0.10.3.RC-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fcdde2d8009..c2e7dd0f4680 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 = 1
+ pkgrel = 2
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/2d518f891db9b57bc7c2b7fe2475646aa57cab27.tar.gz
- sha512sums = 4a0b4dfafe9197f82d66d165f5464c06bfeaee8f33b76ad5a771a20206727c388c53331a56ab0c686c94c44a133b1085a25451a50e628439fc59e596daeb3147
+ source = https://github.com/vinifmor/bauh/archive/41ac7a12e024e0ec5f9496be4b24d1bbe787766c.tar.gz
+ sha512sums = 2754e9abcce03b80597aa8a41b6aa2e4254ea2d1fe3e88650fb9af280de17563fafc8c40f9f023a7d564c6d7a7cc3147d9cad4ae04ad6264e9b487f153308366
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index 31771a1ec26d..6eb5731499cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.3.RC
-pkgrel=1
-_commit="2d518f891db9b57bc7c2b7fe2475646aa57cab27"
+pkgrel=2
+_commit="41ac7a12e024e0ec5f9496be4b24d1bbe787766c"
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=('4a0b4dfafe9197f82d66d165f5464c06bfeaee8f33b76ad5a771a20206727c388c53331a56ab0c686c94c44a133b1085a25451a50e628439fc59e596daeb3147')
+sha512sums=('2754e9abcce03b80597aa8a41b6aa2e4254ea2d1fe3e88650fb9af280de17563fafc8c40f9f023a7d564c6d7a7cc3147d9cad4ae04ad6264e9b487f153308366')
build() {
cd "${srcdir}/bauh-${_commit}"