summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Schlisio2017-03-27 20:47:24 +0200
committerG. Schlisio2017-03-27 20:47:24 +0200
commit0d243f3db6b20adb73d74abed8310a916a0450db (patch)
tree61210bade4a9c4972210f0317bae70eda0b88c59
parentab09e47bd9769519fc4a73e98712b684ca378dca (diff)
downloadaur-0d243f3db6b20adb73d74abed8310a916a0450db.tar.gz
latest changes included
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4349e6ac17e..0146d1a2cb08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = luaunbound
pkgdesc = drop-in replacement for Prosodys internal DNS library with a binding to libunbound
- pkgver = 2016.01.10
- pkgrel = 2
+ pkgver = 2017.03.24
+ pkgrel = 3
url = https://www.zash.se/luaunbound.html
install = luaunbound.install
arch = i686
@@ -13,7 +13,9 @@ pkgbase = luaunbound
depends = unbound
optdepends = luajit: jit for lua
source = luaunbound::hg+https://code.zash.se/luaunbound
+ source = use_cc.patch
sha512sums = SKIP
+ sha512sums = 6b11dfe9f5de743f101463fb3fb2144fe3aff75e7e19036f67d0e0b8adc8c36db73cf73d0aba483d651f8f5b2773093adc27e788354b165314c777e8de45bf28
pkgname = luaunbound
diff --git a/PKGBUILD b/PKGBUILD
index 60f4edba3627..18f18b55f005 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: fordprefect <fordprefect@dukun.de>
# Contributor: jhass <me@jhass.eu>
pkgname=luaunbound
-pkgver=2016.01.10
+pkgver=2017.03.24
+_version=6ba23bf18032
pkgrel=3
pkgdesc="drop-in replacement for Prosodys internal DNS library with a binding to libunbound"
url="https://www.zash.se/luaunbound.html"
@@ -18,7 +19,7 @@ sha512sums=('SKIP'
prepare() {
cd "$srcdir/$pkgname"
# fixed commit
- hg checkout f270a1cf86ce
+ hg checkout $_version
patch -p1 < "$srcdir/use_cc.patch"
}