summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2023-12-23 07:20:43 -0300
committerVinicius Moreira2023-12-23 07:20:43 -0300
commit51d4cc5aa3998df5fb118e3c76b1934bc10b4ecc (patch)
tree0c61c0b3bd179aaca2e443b3e5a1d93e6b439fe3
parent744f8ef79a528cdb3334f929e94ab286acad2f5e (diff)
downloadaur-51d4cc5aa3998df5fb118e3c76b1934bc10b4ecc.tar.gz
0.10.6.RC-20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff40f3cfa747..828ea3687bd1 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 = 19
+ pkgrel = 20
url = https://github.com/vinifmor/bauh
arch = any
license = zlib/libpng
@@ -49,7 +49,7 @@ pkgbase = bauh-staging
optdepends = xdg-utils: to open URLs in the browser
provides = bauh
conflicts = bauh
- source = https://github.com/vinifmor/bauh/archive/78618eb70cbf2baac689c46375c49faa1e65e9ce.tar.gz
- sha512sums = f2da19b83ad863f221c08a61c64986ee2b9a2f2443668bfa7a7f2f61a242acf2a63a3a1d25c9ea3894b8a2d5e2bb5bd42847589daab0ad13988ed121a4362ed1
+ source = https://github.com/vinifmor/bauh/archive/2bcbaf85e1648400c21b58e2214d2a117371a9a3.tar.gz
+ sha512sums = fc87ece9ee0f6fb47afda1600ca1263fb1aedcab1c7fd7d31ad81bb820629a307f100fb23f4a9b13685afd7f9539d6b15b0cf20694a616cb44ba0aacc7bfe6d2
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index 9275fe0ef41a..de602f35c114 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.6.RC
-pkgrel=19
-_commit="78618eb70cbf2baac689c46375c49faa1e65e9ce"
+pkgrel=20
+_commit="2bcbaf85e1648400c21b58e2214d2a117371a9a3"
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=('python-build' 'python-installer' 'python-wheel' 'python-setuptools
provides=("bauh")
conflicts=('bauh')
source=("${url}/archive/${_commit}.tar.gz")
-sha512sums=('f2da19b83ad863f221c08a61c64986ee2b9a2f2443668bfa7a7f2f61a242acf2a63a3a1d25c9ea3894b8a2d5e2bb5bd42847589daab0ad13988ed121a4362ed1')
+sha512sums=('fc87ece9ee0f6fb47afda1600ca1263fb1aedcab1c7fd7d31ad81bb820629a307f100fb23f4a9b13685afd7f9539d6b15b0cf20694a616cb44ba0aacc7bfe6d2')
build() {
cd "${srcdir}/bauh-${_commit}"