summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Ryan2020-11-14 07:11:08 +1300
committerJason Ryan2020-11-14 07:11:08 +1300
commite417cc0e7759181fd0b6e488316180911385c483 (patch)
treef9b388416248d9a263af2659489e69c0d89fe53f
parenta912d2d0906c1211919795a48357c3a073c38c3a (diff)
downloadaur-e417cc0e7759181fd0b6e488316180911385c483.tar.gz
0.49
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2ed31996f2e..221a978932da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Jan 7 20:33:47 UTC 2019
pkgbase = lbdb
pkgdesc = The little brother's database for the mutt mail reader
- pkgver = 0.48.1
+ pkgver = 0.49
pkgrel = 1
url = http://www.spinnaker.de/lbdb/
arch = i686
@@ -15,8 +13,8 @@ pkgbase = lbdb
optdepends = netkit-bsd-finger: finger module
backup = etc/lbdb.rc
backup = etc/lbdb_ldap.rc
- source = http://www.spinnaker.de/lbdb/download/lbdb_0.48.1.tar.gz
- md5sums = 1c683e15db857a78b365ab5ff5c45719
+ source = http://www.spinnaker.de/lbdb/download/lbdb_0.49.tar.gz
+ md5sums = 4d66fae197eb9aaea26b099379460ed6
pkgname = lbdb
diff --git a/PKGBUILD b/PKGBUILD
index cc9ef62fa05a..eb82f293cec4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
pkgname=lbdb
-pkgver=0.48.1
+pkgver=0.49
pkgrel=1
pkgdesc="The little brother's database for the mutt mail reader"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ optdepends=('libvformat: for reading vcard files (needed at compile time)' \
'netkit-bsd-finger: finger module' )
backup=('etc/lbdb.rc' 'etc/lbdb_ldap.rc')
source=(http://www.spinnaker.de/lbdb/download/${pkgname}_${pkgver}.tar.gz)
-md5sums=('1c683e15db857a78b365ab5ff5c45719')
+md5sums=('4d66fae197eb9aaea26b099379460ed6')
build() {
cd $srcdir/$pkgname-$pkgver