summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-08-02 21:26:49 -0700
committerJohnathan Jenkins2017-08-02 21:26:49 -0700
commit08e774f43800cb1d452a3be7ca7aae3495ff7d0a (patch)
tree783cd6e2beebaab7ee6774a6029dde5a458613b0 /PKGBUILD
parentf79c177301262494a60a61c5e5ed418dc810c6a5 (diff)
downloadaur-08e774f43800cb1d452a3be7ca7aae3495ff7d0a.tar.gz
3.2 release
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa988b309b9a..1f27f51e9c25 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=buku
-pkgver=3.1
+pkgver=3.2
pkgrel=1
pkgdesc="cmdline bookmark management utility written in Python3 and SQLite3"
arch=('any')
@@ -10,7 +10,7 @@ makedepends=('make')
url="https://github.com/jarun/Buku"
license=('GPL3')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/jarun/Buku/tar.gz/v$pkgver)
-sha256sums=('7bc3f162d6bfc2e89b9f41fab93fba596729598bea7bbf86eac52377a024041c')
+sha256sums=('2375fc22e7e417fe23814589257f007cfdc1b1e3f8e47619a7d6e83ff0fb4f09')
package() {
cd "$srcdir/Buku-$pkgver"