summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2021-12-10 16:31:22 -0300
committerVinicius Moreira2021-12-10 16:31:22 -0300
commiteb2658d221091178076d37792527e575f1f1cbbc (patch)
treef6cb00f0db505ff55a73a25a115ae934cf122b73
parent003687b71831958a16aba0722209ea6c65947e90 (diff)
downloadaur-eb2658d221091178076d37792527e575f1f1cbbc.tar.gz
0.9.23
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34a61c7d0a4a..d1004d840f24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bauh
pkgdesc = Graphical interface for managing your applications (AppImage, Flatpak, Snap, Arch/AUR, Web)
- pkgver = 0.9.22
+ pkgver = 0.9.23
pkgrel = 1
url = https://github.com/vinifmor/bauh
arch = any
@@ -45,7 +45,9 @@ pkgbase = bauh
optdepends = aria2: multi-threaded downloading support
optdepends = breeze: KDE Plasma main theme
optdepends = axel: multi-threaded downloading support
- source = https://github.com/vinifmor/bauh/archive/0.9.22.tar.gz
- sha512sums = 585bf6aa2fdd7adaf86d38ea10ed3c2f4426b5ab7e1d79c7b171b0f5425595711f5d38ffc256c921f667ef81c82922002cbd6bab005aec1a51bbd778b742f20e
+ optdepends = shadow: to install AUR packages as the root user
+ optdepends = util-linux: to install AUR packages as the root user
+ source = https://github.com/vinifmor/bauh/archive/0.9.23.tar.gz
+ sha512sums = 86f5e53bda1f06b98eb9a0d2e304dd05a35b5e380181bc0b2b87cd719ba1a5e2e988087872799b6648610631399386a79102719f9f217d02078c778bf65336dc
pkgname = bauh
diff --git a/PKGBUILD b/PKGBUILD
index 261f1069a99a..f0c7c14ad59f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bauh developers <bauh4linux@gmail.com>
pkgname=bauh
-pkgver=0.9.22
+pkgver=0.9.23
pkgrel=1
pkgdesc="Graphical interface for managing your applications (AppImage, Flatpak, Snap, Arch/AUR, Web)"
arch=('any')
@@ -34,10 +34,12 @@ optdepends=('flatpak: required for Flatpak support'
'ccache: can improve AUR packages compilation speed'
'aria2: multi-threaded downloading support'
'breeze: KDE Plasma main theme'
- 'axel: multi-threaded downloading support')
+ 'axel: multi-threaded downloading support'
+ 'shadow: to install AUR packages as the root user'
+ 'util-linux: to install AUR packages as the root user')
makedepends=('git' 'python' 'python-pip' 'python-setuptools')
source=("${url}/archive/${pkgver}.tar.gz")
-sha512sums=('585bf6aa2fdd7adaf86d38ea10ed3c2f4426b5ab7e1d79c7b171b0f5425595711f5d38ffc256c921f667ef81c82922002cbd6bab005aec1a51bbd778b742f20e')
+sha512sums=('86f5e53bda1f06b98eb9a0d2e304dd05a35b5e380181bc0b2b87cd719ba1a5e2e988087872799b6648610631399386a79102719f9f217d02078c778bf65336dc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"