summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2020-04-24 15:37:03 -0300
committerVinicius Moreira2020-04-24 15:37:03 -0300
commit6b708ad79ff5d90c37ffaa148c399543500f5ab7 (patch)
tree39c824c814f2e5e6bf5f1a6cf643555ea5f09393
parent12095f4058afee53b5afd657150a26003ab035dd (diff)
downloadaur-6b708ad79ff5d90c37ffaa148c399543500f5ab7.tar.gz
0.9.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc239d38d53f..a1d7b7c805a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bauh
pkgdesc = Graphical interface for managing your applications ( AppImage, Flatpak, Snap, Arch/AUR, Web )
- pkgver = 0.9.0
- pkgrel = 2
+ pkgver = 0.9.1
+ pkgrel = 1
url = https://github.com/vinifmor/bauh
arch = any
license = zlib/libpng
@@ -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.0.tar.gz
- sha512sums = b2c76e6965f927c1ab9cb7a66e194f0556e5d3b7968ae6edaf46576b38d04fa774de3f15c49199fbc86d8ab84a528c4cb0c2e9d9982789bc8c75c82602238793
+ source = https://github.com/vinifmor/bauh/archive/0.9.1.tar.gz
+ sha512sums = 5f143b5f577b633c37e9b8627ddbc1c637311b9c0408ca4ab0e87685669bbe135909c4f6ef37fb3b958e3cda289cf5bb23ba58542e9978acb5b3461621cce8de
pkgname = bauh
diff --git a/PKGBUILD b/PKGBUILD
index 4e0359fbecff..e3679f1f6cda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: bauh developers <bauh4linux@gmail.com>
pkgname=bauh
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
pkgdesc="Graphical interface for managing your applications ( AppImage, Flatpak, Snap, Arch/AUR, Web )"
arch=('any')
url="https://github.com/vinifmor/bauh"
@@ -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=('b2c76e6965f927c1ab9cb7a66e194f0556e5d3b7968ae6edaf46576b38d04fa774de3f15c49199fbc86d8ab84a528c4cb0c2e9d9982789bc8c75c82602238793')
+sha512sums=('5f143b5f577b633c37e9b8627ddbc1c637311b9c0408ca4ab0e87685669bbe135909c4f6ef37fb3b958e3cda289cf5bb23ba58542e9978acb5b3461621cce8de')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"