summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-09-11 12:13:54 -0700
committerAndy Weidenbaum2016-09-11 12:13:54 -0700
commit64d15a41e8459b46a5989e33d634a7b1b512fdcd (patch)
treed3b09d25de714665c7f0b559e3adfd52058a5faa /PKGBUILD
parent609c3db80fcb80cde988b497ee5afb4ede56682c (diff)
downloadaur-64d15a41e8459b46a5989e33d634a7b1b512fdcd.tar.gz
update pkgver to 2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9178320b41d5..3145900b8e60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=buku
-pkgver=2.3
+pkgver=2.4
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=('0fe0cf1d9e62c3b492f38cd11dd47b567c82aef1ebe04e097055a6f708ec64c9')
+sha256sums=('55a0065389475b6993503e20271fcd1705a98c3c3aea8211971ffb055ae5d9fb')
package() {
cd "$srcdir/Buku-$pkgver"