summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2021-11-20 11:34:38 -0300
committerVinicius Moreira2021-11-20 11:34:38 -0300
commit277450213537f4aea280283520e2554b5b37eab3 (patch)
tree0db6df0ad364a9b999bd93e525558f85f13ef0ae
parent68f6aa102274942efdb3e307a7e410b8ffccfcf3 (diff)
downloadaur-277450213537f4aea280283520e2554b5b37eab3.tar.gz
0.9.21
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e05e2c066b27..8cef252aed90 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.20
- pkgrel = 2
+ pkgver = 0.9.21
+ pkgrel = 1
url = https://github.com/vinifmor/bauh
arch = any
license = zlib/libpng
@@ -45,7 +45,7 @@ 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.20.tar.gz
- sha512sums = 1f3901f6f39613f2e131038047db3feb45261a7de66da29f40773c6bc1ced541f962ff481678a92e46960dddc157970a9ac1e0e0e894d8564b1bcdb6aab93127
+ source = https://github.com/vinifmor/bauh/archive/0.9.21.tar.gz
+ sha512sums = 3c49a7db6e323c6c1f0080df2a1894580093231b7f2d582b27b8571fbe8bd99079f760df0559cef15ef26768ab183d9f1c0296a96ba8ddc9c61c99977e00e6c4
pkgname = bauh
diff --git a/PKGBUILD b/PKGBUILD
index 958add739339..0e14eb8fd743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: bauh developers <bauh4linux@gmail.com>
pkgname=bauh
-pkgver=0.9.20
-pkgrel=2
+pkgver=0.9.21
+pkgrel=1
pkgdesc="Graphical interface for managing your applications (AppImage, Flatpak, Snap, Arch/AUR, Web)"
arch=('any')
url="https://github.com/vinifmor/bauh"
@@ -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=('1f3901f6f39613f2e131038047db3feb45261a7de66da29f40773c6bc1ced541f962ff481678a92e46960dddc157970a9ac1e0e0e894d8564b1bcdb6aab93127')
+sha512sums=('3c49a7db6e323c6c1f0080df2a1894580093231b7f2d582b27b8571fbe8bd99079f760df0559cef15ef26768ab183d9f1c0296a96ba8ddc9c61c99977e00e6c4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"