Date: Sunday, October 4, 2015 @ 02:31:28 Author: heftig Revision: 248320
3.7.1 Modified: openresolv/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-03 23:12:36 UTC (rev 248319) +++ PKGBUILD 2015-10-04 00:31:28 UTC (rev 248320) @@ -3,7 +3,7 @@ # Contributor: Ignacio Galmarino <[email protected]> pkgname=openresolv -pkgver=3.7.0 +pkgver=3.7.1 pkgrel=1 pkgdesc="resolv.conf management framework (resolvconf)" arch=(any) @@ -13,9 +13,9 @@ provides=(resolvconf) depends=(bash) makedepends=(systemd) -source=("http://roy.marples.name/downloads/openresolv/${pkgname}-${pkgver}.tar.bz2" +source=("http://roy.marples.name/downloads/openresolv/${pkgname}-${pkgver}.tar.xz" fs33801.patch) -md5sums=('f2205978b524a91776156fd84d2c1a2c' +md5sums=('c3485c50efb75cd7857b288afbfb15bb' '465be190eda1fe40f2883efe44e10603') prepare() { @@ -27,6 +27,7 @@ build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/resolvconf --sbindir=/usr/bin + make } package() {
