summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2020-06-26 10:26:16 -0300
committerVinicius Moreira2020-06-26 10:26:16 -0300
commit3f37e9a429de1e5d37e0f992616df4c730cafe72 (patch)
tree22cc37f0ffa5eb35fecf56b536be723ecdf0db4c
parentd0ca18dea458e9261eb6d3d15b471bada685ebeb (diff)
downloadaur-3f37e9a429de1e5d37e0f992616df4c730cafe72.tar.gz
0.9.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84599cb53c54..16b984632eef 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.5
+ pkgver = 0.9.6
pkgrel = 1
url = https://github.com/vinifmor/bauh
arch = any
@@ -39,8 +39,8 @@ pkgbase = bauh
optdepends = ccache: can improve AUR packages compilation speed
optdepends = aria2: faster AppImages and AUR source downloads
optdepends = breeze: for KDE Plasma main theme be available
- source = https://github.com/vinifmor/bauh/archive/0.9.5.tar.gz
- sha512sums = ef0ca6e48e5ceaac768ad718f0eadf1b78941a81411d143f3053315753181e65f1ae2783e8ae42a15f35396612776cb8e9e85d516dcdbf1bbcee6e5788096386
+ source = https://github.com/vinifmor/bauh/archive/0.9.6.tar.gz
+ sha512sums = cb1820b8a41dccec746d91d71b7f524c2e3caf6b30b0cd9666598b8ad49302654d9ce9bd1a0a2a9612afebc27ef78a2a94ac10e4e6c183742effe4feeabaa7b2
pkgname = bauh
diff --git a/PKGBUILD b/PKGBUILD
index ce9f877b152f..9553d171f95b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bauh developers <bauh4linux@gmail.com>
pkgname=bauh
-pkgver=0.9.5
+pkgver=0.9.6
pkgrel=1
pkgdesc="Graphical interface for managing your applications ( AppImage, Flatpak, Snap, Arch/AUR, Web )"
arch=('any')
@@ -35,7 +35,7 @@ optdepends=('flatpak: required for Flatpak support'
'breeze: for KDE Plasma main theme be available')
makedepends=('git' 'python' 'python-pip' 'python-setuptools')
source=("${url}/archive/${pkgver}.tar.gz")
-sha512sums=('ef0ca6e48e5ceaac768ad718f0eadf1b78941a81411d143f3053315753181e65f1ae2783e8ae42a15f35396612776cb8e9e85d516dcdbf1bbcee6e5788096386')
+sha512sums=('cb1820b8a41dccec746d91d71b7f524c2e3caf6b30b0cd9666598b8ad49302654d9ce9bd1a0a2a9612afebc27ef78a2a94ac10e4e6c183742effe4feeabaa7b2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"