summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2023-11-25 17:32:40 -0300
committerVinicius Moreira2023-11-25 17:32:40 -0300
commita5bce16c67cab13834178978ec71bd45be26f0c9 (patch)
tree610385c6bd8bb2a31d53723b7a261da110a25c2a
parentf380bd4bf55782dccef342d21ad3af9541a4d1ce (diff)
downloadaur-a5bce16c67cab13834178978ec71bd45be26f0c9.tar.gz
0.10.6.RC-8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e24d7bd156b6..4390b0ec0963 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 = 7
+ pkgrel = 8
url = https://github.com/vinifmor/bauh
arch = any
license = zlib/libpng
@@ -48,7 +48,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/54c2453597018b17daacfeafa86e89f924693dd8.tar.gz
- sha512sums = 4d9c8226c486e75f9db42f2281458eb10aacb767a24783b2515c622718b52db088db3939d52e50c13868641e9a53db095158686bd181ece33a36894f4fd648e4
+ source = https://github.com/vinifmor/bauh/archive/6efa763236635afaaba87a8ad50fbe37026f4ded.tar.gz
+ sha512sums = bd4a0f20d830923e5f59609ba10ca3c4531e1294eb987eca88d071a7e2788b3195f43536677a399f80a46406b7dfc0fdcd420cb976f116e30249028427ee73fa
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index 5687c4b1fdd5..f73120a53758 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.6.RC
-pkgrel=7
-_commit="54c2453597018b17daacfeafa86e89f924693dd8"
+pkgrel=8
+_commit="6efa763236635afaaba87a8ad50fbe37026f4ded"
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')
provides=("bauh")
conflicts=('bauh')
source=("${url}/archive/${_commit}.tar.gz")
-sha512sums=('4d9c8226c486e75f9db42f2281458eb10aacb767a24783b2515c622718b52db088db3939d52e50c13868641e9a53db095158686bd181ece33a36894f4fd648e4')
+sha512sums=('bd4a0f20d830923e5f59609ba10ca3c4531e1294eb987eca88d071a7e2788b3195f43536677a399f80a46406b7dfc0fdcd420cb976f116e30249028427ee73fa')
build() {
cd "${srcdir}/bauh-${_commit}"