summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2022-02-26 07:36:16 +1300
committerjason2022-02-26 07:36:16 +1300
commita14d17b78c4f346fb84078fc9b8aea5e790d3ffb (patch)
tree35d05f1cbd26f34dbf669cb16a321f3a90a429d7
parent05a64d1806f240907e1f2073ebe35677f85f591f (diff)
downloadaur-a14d17b78c4f346fb84078fc9b8aea5e790d3ffb.tar.gz
0.50
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53b3667a883e..cc3cb79ffeea 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.1
+ pkgver = 0.50
pkgrel = 1
url = http://www.spinnaker.de/lbdb/
arch = i686
@@ -13,7 +13,7 @@ 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.49.1.tar.gz
- sha256sums = e2a57a2935d52ae5fbcc76d84ee06955d943c4696d0b43c7c1de5b8bc7f0f31e
+ source = https://github.com/RolandRosenfeld/lbdb/archive/refs/tags/v0.50.tar.gz
+ sha256sums = afac83d8a4e33732007af70debf71a702db256213998e2efb313bb9bb17b81b0
pkgname = lbdb
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