summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Otto2017-09-20 09:15:08 +0200
committerDavid Otto2017-09-20 09:15:08 +0200
commit76b547382ff5bf19051e057d4fb199ce34798085 (patch)
tree03b683593bcd54aa7f447afb2068aa9e8a9b8a46 /PKGBUILD
parent255d0aca05aad923cc08b55aeefb8d13b2c3e6fd (diff)
downloadaur-76b547382ff5bf19051e057d4fb199ce34798085.tar.gz
release 0.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 738c5d0e2f9a..ce285170e9d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ldapbrowse
-pkgver=0.5
+pkgver=0.6
pkgrel=1
pkgdesc="An ncurses-based ldapbrowser"
arch=('i686' 'x86_64')
@@ -7,7 +7,7 @@ url="http://github.com/david0/ldapbrowse"
license=('GPL')
depends=('ncurses' 'libldap')
source=("$pkgname-$pkgver.tar.gz::https://github.com/david0/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('980f5279478daa922f71f528e0acd2b8')
+md5sums=('705ef4fba10e8a82fe69a771aa25c9e7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}/src"