summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-04-11 17:52:26 -0300
committerVinicius Moreira2022-04-11 17:52:26 -0300
commit246e1696aff8c97affd0e84f730f7fb93434e7d9 (patch)
treed105176b1d5ba4ebb9986aed9d60a7600bee65b2
parentee5b20031f4e4d4b9c89e94128898a795893e666 (diff)
downloadaur-246e1696aff8c97affd0e84f730f7fb93434e7d9.tar.gz
0.10.2.RC-4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f57fc9070de1..d397e88ddc17 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.2.RC
- pkgrel = 3
+ pkgrel = 4
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/3553b4faa4e79d6cd813aa1bfb96e69b8ebb97d5.tar.gz
- sha512sums = e6da278a18a24096d4b315eadc2eedb977d49786061c3cd302b6eb84c024a1dd890bf2e1a6be755872e1c1112f7ca7bf617fac1c8264e12e49ad922a8c6ae165
+ source = https://github.com/vinifmor/bauh/archive/2f68095e9b01336f3594dd62ee0e15f504866f59.tar.gz
+ sha512sums = 0d5c01ab18d6563ef3d0e523c4ddec62474f9956f1975766e032b3f9a904a0e87dfce21cab519ca508d59c17b6cfafe4559784ce164c81d639f053d7d46100ac
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index 9d1fa21180d8..7e3f32d1937b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.2.RC
-pkgrel=3
-_commit="3553b4faa4e79d6cd813aa1bfb96e69b8ebb97d5"
+pkgrel=4
+_commit="2f68095e9b01336f3594dd62ee0e15f504866f59"
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=('e6da278a18a24096d4b315eadc2eedb977d49786061c3cd302b6eb84c024a1dd890bf2e1a6be755872e1c1112f7ca7bf617fac1c8264e12e49ad922a8c6ae165')
+sha512sums=('0d5c01ab18d6563ef3d0e523c4ddec62474f9956f1975766e032b3f9a904a0e87dfce21cab519ca508d59c17b6cfafe4559784ce164c81d639f053d7d46100ac')
build() {
cd "${srcdir}/bauh-${_commit}"