summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2021-04-06 10:21:38 -0300
committerVinicius Moreira2021-04-06 10:21:38 -0300
commit10701f405fc298283e436df060807d49f055bd78 (patch)
treec3736e289b792a957ce62ed77ecc85c5f97d1ab7
parent903e4103077df35ba0f0e5fe376033d72b12269b (diff)
downloadaur-10701f405fc298283e436df060807d49f055bd78.tar.gz
0.9.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a80aed94f87e..012416dfa564 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.15
+ pkgver = 0.9.16
pkgrel = 1
url = https://github.com/vinifmor/bauh
arch = any
@@ -45,8 +45,8 @@ 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.15.tar.gz
- sha512sums = 05af0f039fa72cf6dc42a668aabfad9ef5ef96bda8eebc59d005f025c4c1889491b04efa30cde683df70c83014df5d50ef6194fec23a58932a6fbf7a61e3f81a
+ source = https://github.com/vinifmor/bauh/archive/0.9.16.tar.gz
+ sha512sums = f96a55c670b6cddbfece217a2686d0c558769036dee011ae9a48f5a7fea6185ccede7dd1ce8be6f80814271081f5a65c3dc850674ae68cb0871ed879f1354885
pkgname = bauh
diff --git a/PKGBUILD b/PKGBUILD
index cc3e6965d191..2ae1382f8fd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bauh developers <bauh4linux@gmail.com>
pkgname=bauh
-pkgver=0.9.15
+pkgver=0.9.16
pkgrel=1
pkgdesc="Graphical interface for managing your applications (AppImage, Flatpak, Snap, Arch/AUR, Web)"
arch=('any')
@@ -37,7 +37,7 @@ optdepends=('flatpak: required for Flatpak support'
'axel: multi-threaded downloading support')
makedepends=('git' 'python' 'python-pip' 'python-setuptools')
source=("${url}/archive/${pkgver}.tar.gz")
-sha512sums=('05af0f039fa72cf6dc42a668aabfad9ef5ef96bda8eebc59d005f025c4c1889491b04efa30cde683df70c83014df5d50ef6194fec23a58932a6fbf7a61e3f81a')
+sha512sums=('f96a55c670b6cddbfece217a2686d0c558769036dee011ae9a48f5a7fea6185ccede7dd1ce8be6f80814271081f5a65c3dc850674ae68cb0871ed879f1354885')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"