summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTianyu Liu2015-06-25 00:06:15 -0400
committerTianyu Liu2015-06-25 00:06:15 -0400
commitaba40a0ed4167d55f84dc979c193eed86a26af61 (patch)
treed772b53900259cb86090608a46f42e6420750a35
parent371d09ac95f83fb4d55740c215c02e1152ff85dd (diff)
downloadaur-aba40a0ed4167d55f84dc979c193eed86a26af61.tar.gz
Update Install Path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db2f9958ac16..dd86931b2291 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rwhoisd
pkgdesc = RWhois (Referral Whois) is a Directory Services protocol which extends and enhances the Whois concept in a hierarchical and scalable fashion.
pkgver = 1.5.9.6
- pkgrel = 1
+ pkgrel = 2
url = http://projects.arin.net/rwhois/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 45a75e92725e..6be19a59832b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tianyu Liu <lty1993[at]lty[dot]me>
pkgname=rwhoisd
pkgver=1.5.9.6
-pkgrel=1
+pkgrel=2
pkgdesc="RWhois (Referral Whois) is a Directory Services protocol which extends and enhances the Whois concept in a hierarchical and scalable fashion."
url="http://projects.arin.net/rwhois/"
arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@ sha256sums=('66793f02bc9370914ca3f579409e8f79b6a394b8a981168ead7b1a6654a83a2a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin --sysconfdir=/etc
+ ./configure --prefix=/opt
make
}