summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2023-01-11 07:35:15 -0300
committerVinicius Moreira2023-01-11 07:35:15 -0300
commit8aeb9373ae3a3516b91133c9734cc86b6a9bd86f (patch)
treeebcfef402490985ddf628d3fc6d21e3c799b85c3
parentf1d59db6693a3ed3685e53055677505ba395474b (diff)
downloadaur-8aeb9373ae3a3516b91133c9734cc86b6a9bd86f.tar.gz
0.10.6.RC-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 901bc9a20009..ed8ca2cb390a 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 = 7
+ pkgver = 0.10.6.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/008355c21d01f759b80f2816aab7367c597ede97.tar.gz
- sha512sums = 56f0a9d6f6a060b3719edf97666c70e0609e6d9370b119047e96afa490e8349a4cfdd935aec155dbf886bafbe18902313c981af9b649249a28e0cfc15377941c
+ source = https://github.com/vinifmor/bauh/archive/1a568c9323cb27087fccca812794f923ef237fb0.tar.gz
+ sha512sums = b308b91388bdbc42783c5f363cd2c06712c77cbdafcdba4c2b89854b56a6da210238750a5116e36e85df3cee610a49423ac419dabd7254224ad8c7c9cede1aa0
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index d4b112c0e945..10d0c4cf5cb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: bauh developers <bauh4linux@gmail.com>
pkgname=bauh-staging
-pkgver=0.10.5.RC
-pkgrel=7
-_commit="008355c21d01f759b80f2816aab7367c597ede97"
+pkgver=0.10.6.RC
+pkgrel=1
+_commit="1a568c9323cb27087fccca812794f923ef237fb0"
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=('56f0a9d6f6a060b3719edf97666c70e0609e6d9370b119047e96afa490e8349a4cfdd935aec155dbf886bafbe18902313c981af9b649249a28e0cfc15377941c')
+sha512sums=('b308b91388bdbc42783c5f363cd2c06712c77cbdafcdba4c2b89854b56a6da210238750a5116e36e85df3cee610a49423ac419dabd7254224ad8c7c9cede1aa0')
build() {
cd "${srcdir}/bauh-${_commit}"