summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2023-12-13 18:50:06 -0300
committerVinicius Moreira2023-12-13 18:50:06 -0300
commit430c9698ff6bb7d332f025f4464827389340a5c3 (patch)
treed2fe7057ba16b0a5d448103abd51c7ea2d680acd
parent84e51f2fd6138912971a4655795f415a2079cd97 (diff)
downloadaur-430c9698ff6bb7d332f025f4464827389340a5c3.tar.gz
0.10.6.RC-17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d528b87b5a41..4e00bcad96e1 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 = 16
+ pkgrel = 17
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/3b7b22c9c7ac6ab6113501638114d76b3b8f8af2.tar.gz
- sha512sums = 1c9ef1d778040ba7e4d9f187badbad99d61cb1a6e4663cc4457d10e2ae9c413422bf87357bd51039032268702d31901d773a98c0a7b4dcb81e16ecfc5eb88b9b
+ source = https://github.com/vinifmor/bauh/archive/708bbc07a328ed18e3630e18587aeb21ff74ea0a.tar.gz
+ sha512sums = 5ff942652c0c107e186fad1159dc4d5237bac3acd34632785d80b2d7d43d0e075e59665999a63a22d45a5641cedc11573eda97c870b61be65a75c7dc6486b9b5
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index a08e5aeef04b..4ae7d51f57d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.6.RC
-pkgrel=16
-_commit="3b7b22c9c7ac6ab6113501638114d76b3b8f8af2"
+pkgrel=17
+_commit="708bbc07a328ed18e3630e18587aeb21ff74ea0a"
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=('1c9ef1d778040ba7e4d9f187badbad99d61cb1a6e4663cc4457d10e2ae9c413422bf87357bd51039032268702d31901d773a98c0a7b4dcb81e16ecfc5eb88b9b')
+sha512sums=('5ff942652c0c107e186fad1159dc4d5237bac3acd34632785d80b2d7d43d0e075e59665999a63a22d45a5641cedc11573eda97c870b61be65a75c7dc6486b9b5')
build() {
cd "${srcdir}/bauh-${_commit}"