summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-11-11 17:45:31 -0300
committerVinicius Moreira2022-11-11 17:45:31 -0300
commit928fad1f2ebe1a079be5e1044ffd0c5bddeba60e (patch)
treeb30500a03b997058666dc22bfac06cd7a8da990a
parentd1a2cc791023ffd74712b621a6f4541031e54e9b (diff)
downloadaur-928fad1f2ebe1a079be5e1044ffd0c5bddeba60e.tar.gz
0.10.5.RC-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b792602c0322..4407b54ca0b6 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 = 4
+ pkgver = 0.10.5.RC
+ pkgrel = 1
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/ffa32a85b79c3eb72c66e730aedf9f52a2835b76.tar.gz
- sha512sums = 70188e774b36316f08f65c47baad491ccec4fe1ce2151f62566552fc8efc7b2b5b495e86ea959f7ba95c1286229d83dfb7588f30a422486101490e213d65d936
+ source = https://github.com/vinifmor/bauh/archive/53e3caba58054ec9ce9fbdaee1bea8ebdfaef951.tar.gz
+ sha512sums = 42e292670b5b619a6b4dcf53a1087c6daa14812e1d12d54ed77321850e802bb1b06488b4fc0a223c25707f4b7a34a28a2d332a52be2b7c56f69d2685514a6dd1
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index 33388203894f..3b2fd4da7b46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: bauh developers <bauh4linux@gmail.com>
pkgname=bauh-staging
-pkgver=0.10.4.RC
-pkgrel=4
-_commit="ffa32a85b79c3eb72c66e730aedf9f52a2835b76"
+pkgver=0.10.5.RC
+pkgrel=1
+_commit="53e3caba58054ec9ce9fbdaee1bea8ebdfaef951"
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=('70188e774b36316f08f65c47baad491ccec4fe1ce2151f62566552fc8efc7b2b5b495e86ea959f7ba95c1286229d83dfb7588f30a422486101490e213d65d936')
+sha512sums=('42e292670b5b619a6b4dcf53a1087c6daa14812e1d12d54ed77321850e802bb1b06488b4fc0a223c25707f4b7a34a28a2d332a52be2b7c56f69d2685514a6dd1')
build() {
cd "${srcdir}/bauh-${_commit}"