summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2023-03-07 08:17:20 -0300
committerVinicius Moreira2023-03-07 08:17:20 -0300
commitd2b389a24d9551b93f5d2439eed14321d02c4424 (patch)
tree84cdd481ab85ba7f91a69b372861db6109c6396a
parent8aeb9373ae3a3516b91133c9734cc86b6a9bd86f (diff)
downloadaur-d2b389a24d9551b93f5d2439eed14321d02c4424.tar.gz
0.10.6.RC-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed8ca2cb390a..ffca71b34e01 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 = 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/1a568c9323cb27087fccca812794f923ef237fb0.tar.gz
- sha512sums = b308b91388bdbc42783c5f363cd2c06712c77cbdafcdba4c2b89854b56a6da210238750a5116e36e85df3cee610a49423ac419dabd7254224ad8c7c9cede1aa0
+ source = https://github.com/vinifmor/bauh/archive/7a4c3c08c1e4737dbe3b552765b40e29465dacc4.tar.gz
+ sha512sums = c070783b9b9aab178bf8482e235e9e037b3f18081ba25fea68c4324089568a754668e540f0660ac1264f5c5806b1662feabec630cedd6fb5259fd667791b9bdf
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index 10d0c4cf5cb5..a249f8d79706 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.6.RC
-pkgrel=1
-_commit="1a568c9323cb27087fccca812794f923ef237fb0"
+pkgrel=2
+_commit="7a4c3c08c1e4737dbe3b552765b40e29465dacc4"
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=('b308b91388bdbc42783c5f363cd2c06712c77cbdafcdba4c2b89854b56a6da210238750a5116e36e85df3cee610a49423ac419dabd7254224ad8c7c9cede1aa0')
+sha512sums=('c070783b9b9aab178bf8482e235e9e037b3f18081ba25fea68c4324089568a754668e540f0660ac1264f5c5806b1662feabec630cedd6fb5259fd667791b9bdf')
build() {
cd "${srcdir}/bauh-${_commit}"