summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e57d1ab31a8c..bc375835622f 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.49.1
+pkgver=0.50
pkgrel=1
pkgdesc="The little brother's database for the mutt mail reader"
arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@ optdepends=(
'netkit-bsd-finger: finger module'
)
backup=('etc/lbdb.rc' 'etc/lbdb_ldap.rc')
-source=(http://www.spinnaker.de/lbdb/download/${pkgname}_${pkgver}.tar.gz)
-sha256sums=('e2a57a2935d52ae5fbcc76d84ee06955d943c4696d0b43c7c1de5b8bc7f0f31e')
+source=(https://github.com/RolandRosenfeld/lbdb/archive/refs/tags/v${pkgver}.tar.gz)
+sha256sums=('afac83d8a4e33732007af70debf71a702db256213998e2efb313bb9bb17b81b0')
build() {
cd $srcdir/$pkgname-$pkgver