summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-11-20 11:17:05 -0300
committerVinicius Moreira2022-11-20 11:17:05 -0300
commitf0d0a88dcad55c658aba46f1ab8e5a0f4d10a87f (patch)
tree0c1f58f813fcdea378236a3dea688f755776cf66
parent928fad1f2ebe1a079be5e1044ffd0c5bddeba60e (diff)
downloadaur-f0d0a88dcad55c658aba46f1ab8e5a0f4d10a87f.tar.gz
0.10.5.RC-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4407b54ca0b6..a340757a9969 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.5.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/53e3caba58054ec9ce9fbdaee1bea8ebdfaef951.tar.gz
- sha512sums = 42e292670b5b619a6b4dcf53a1087c6daa14812e1d12d54ed77321850e802bb1b06488b4fc0a223c25707f4b7a34a28a2d332a52be2b7c56f69d2685514a6dd1
+ source = https://github.com/vinifmor/bauh/archive/69cf81dbe9a9fccbc8163cd53e42c44cbbdf9750.tar.gz
+ sha512sums = a2adc05152c9ab8680c46311a8fb05401e65ea9800d845b2c10236bea0f8e64bd26eb476ed3fdf814f8c039ce632f76a7c154e3464a218c393f8e80eb095f800
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index 3b2fd4da7b46..7ff81ea14ae5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.5.RC
-pkgrel=1
-_commit="53e3caba58054ec9ce9fbdaee1bea8ebdfaef951"
+pkgrel=2
+_commit="69cf81dbe9a9fccbc8163cd53e42c44cbbdf9750"
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=('42e292670b5b619a6b4dcf53a1087c6daa14812e1d12d54ed77321850e802bb1b06488b4fc0a223c25707f4b7a34a28a2d332a52be2b7c56f69d2685514a6dd1')
+sha512sums=('a2adc05152c9ab8680c46311a8fb05401e65ea9800d845b2c10236bea0f8e64bd26eb476ed3fdf814f8c039ce632f76a7c154e3464a218c393f8e80eb095f800')
build() {
cd "${srcdir}/bauh-${_commit}"