summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-11-04 17:56:31 -0300
committerVinicius Moreira2022-11-04 17:56:31 -0300
commit955955f62cce53f38ce8d56a16ac097603ca62a4 (patch)
tree52b5af2d84ea93dfae27d755652c9c856b066c0f
parent5d890760cb003ee47c88fe90de0979ac84398fe0 (diff)
downloadaur-955955f62cce53f38ce8d56a16ac097603ca62a4.tar.gz
0.10.4.RC-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff72bcf0f42c..b0431e84dddc 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.4.RC
- pkgrel = 2
+ pkgrel = 3
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/4917a7f01793b4cdc92061be3bd4d3b743b24485.tar.gz
- sha512sums = a15b7a31e1ecb2fc73ed0a64d522b961ba0c061fd0fe02dad4f7599a37f6a41ebc072fb931d103ed5b6beb4dc7128f27bccd562a9664fc42a087cef58eac3c0e
+ source = https://github.com/vinifmor/bauh/archive/de8b143273a0bffb7c75f041972d67fe5cb2b826.tar.gz
+ sha512sums = b73a6b7f6e59c669880ceade5f9bc12c8b951a033600f10db18db1bafdb11fc8c1e5b53593ce480934f75def76bf1baa27acdf6d858cdf77c84729c764765255
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index b86a51ff8b0d..7d3738321622 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.4.RC
-pkgrel=2
-_commit="4917a7f01793b4cdc92061be3bd4d3b743b24485"
+pkgrel=3
+_commit="de8b143273a0bffb7c75f041972d67fe5cb2b826"
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=('a15b7a31e1ecb2fc73ed0a64d522b961ba0c061fd0fe02dad4f7599a37f6a41ebc072fb931d103ed5b6beb4dc7128f27bccd562a9664fc42a087cef58eac3c0e')
+sha512sums=('b73a6b7f6e59c669880ceade5f9bc12c8b951a033600f10db18db1bafdb11fc8c1e5b53593ce480934f75def76bf1baa27acdf6d858cdf77c84729c764765255')
build() {
cd "${srcdir}/bauh-${_commit}"