summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-04-21 08:07:02 -0300
committerVinicius Moreira2022-04-21 08:07:02 -0300
commitb67fca73e83850f267ed1cb9c8ecfbcb88a8817d (patch)
tree9c68de6e5908df734b04b82bfa18ad33a4cc568a
parent1a60c4e71f528bc4a479c75d2f5cf0dbde2cca63 (diff)
downloadaur-b67fca73e83850f267ed1cb9c8ecfbcb88a8817d.tar.gz
0.10.3.RC-4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 512752df7395..915fa9310ee4 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 = 3
+ pkgrel = 4
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/dc370a2955eebe059a279b8d1e9a1617957c45a7.tar.gz
- sha512sums = 5dafe5088d36b498f65527392beb5e87307ec17ff1be1cbc846f2557565b3ffe6c847f9ca12fe1b57dec69448e26eb1a41c72c003776a6d4b5815a7d85974a77
+ source = https://github.com/vinifmor/bauh/archive/125b503e95d21bd1433ba030dc6fccea069b6ec6.tar.gz
+ sha512sums = 82a99961b72988463ec49a58a5360c29bbd9588b610fd849d76d23a26118689815729e82715f4143461ac9d9388ee9917af3c4b0af93e27b4f6b87ab647da56c
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index 79d49582f061..c9c904826f6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.3.RC
-pkgrel=3
-_commit="dc370a2955eebe059a279b8d1e9a1617957c45a7"
+pkgrel=4
+_commit="125b503e95d21bd1433ba030dc6fccea069b6ec6"
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=('5dafe5088d36b498f65527392beb5e87307ec17ff1be1cbc846f2557565b3ffe6c847f9ca12fe1b57dec69448e26eb1a41c72c003776a6d4b5815a7d85974a77')
+sha512sums=('82a99961b72988463ec49a58a5360c29bbd9588b610fd849d76d23a26118689815729e82715f4143461ac9d9388ee9917af3c4b0af93e27b4f6b87ab647da56c')
build() {
cd "${srcdir}/bauh-${_commit}"