summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2021-10-10 08:36:12 +1300
committerjason2021-10-10 08:36:12 +1300
commit05a64d1806f240907e1f2073ebe35677f85f591f (patch)
tree9863e9d1933aeebd64a702d3429f822773a6c9a6
parente417cc0e7759181fd0b6e488316180911385c483 (diff)
downloadaur-05a64d1806f240907e1f2073ebe35677f85f591f.tar.gz
0.49.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 221a978932da..53b3667a883e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lbdb
pkgdesc = The little brother's database for the mutt mail reader
- pkgver = 0.49
+ pkgver = 0.49.1
pkgrel = 1
url = http://www.spinnaker.de/lbdb/
arch = i686
@@ -8,13 +8,12 @@ pkgbase = lbdb
license = GPL
depends = awk
depends = perl
- optdepends = libvformat: for reading vcard files (needed at compile time)
+ optdepends = libvformat: for reading vcard files [needed at compile time]
optdepends = inetutils: provides the hostname binary
optdepends = netkit-bsd-finger: finger module
backup = etc/lbdb.rc
backup = etc/lbdb_ldap.rc
- source = http://www.spinnaker.de/lbdb/download/lbdb_0.49.tar.gz
- md5sums = 4d66fae197eb9aaea26b099379460ed6
+ source = http://www.spinnaker.de/lbdb/download/lbdb_0.49.1.tar.gz
+ sha256sums = e2a57a2935d52ae5fbcc76d84ee06955d943c4696d0b43c7c1de5b8bc7f0f31e
pkgname = lbdb
-
diff --git a/PKGBUILD b/PKGBUILD
index eb82f293cec4..e57d1ab31a8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,21 @@
# Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
pkgname=lbdb
-pkgver=0.49
+pkgver=0.49.1
pkgrel=1
pkgdesc="The little brother's database for the mutt mail reader"
arch=('i686' 'x86_64')
url="http://www.spinnaker.de/lbdb/"
license=('GPL')
depends=('awk' 'perl')
-optdepends=('libvformat: for reading vcard files (needed at compile time)' \
- 'inetutils: provides the hostname binary' \
- 'netkit-bsd-finger: finger module' )
+optdepends=(
+ 'libvformat: for reading vcard files [needed at compile time]'
+ 'inetutils: provides the hostname binary'
+ '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=('4d66fae197eb9aaea26b099379460ed6')
+sha256sums=('e2a57a2935d52ae5fbcc76d84ee06955d943c4696d0b43c7c1de5b8bc7f0f31e')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -27,5 +29,4 @@ package() {
make install_prefix=$pkgdir install
}
-
# vim:set ts=2 sw=2 et: