summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2020-04-22 21:32:06 +0200
committerMichal Wojdyla2020-04-22 21:32:06 +0200
commit2eaae061f7c041cc24e90b5feade52b5215ec3bd (patch)
treebdc914879d858e5bcf1c7ce175e0bce77b42537e
parenta5935286a92494740ac919e9cfc03b83dffee15e (diff)
downloadaur-2eaae061f7c041cc24e90b5feade52b5215ec3bd.tar.gz
fix build script, updated download page
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2d00e9b49a2..d43c5f7a8098 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = linux-identd
pkgdesc = A user identification daemon for Linux
pkgver = 1.3
- pkgrel = 7
+ pkgrel = 8
url = http://www.fukt.bsnet.se/~per/identd/
- arch = i686
arch = x86_64
license = GPL
- source = http://distro.ibiblio.org/pub/linux/distributions/sourcemage/mirror/linux-identd-1.3.tar.gz
+ source = http://www.fukt.bsnet.se/~per/identd/linux-identd-1.3.tar.gz
source = identd
md5sums = c3517f612b351e46951d2ecb0c60b767
md5sums = d429efff1b7256f8436568abe93a587d
diff --git a/PKGBUILD b/PKGBUILD
index 16fc707e9f7a..3bdb3bc539cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=linux-identd
pkgver=1.3
-pkgrel=7
+pkgrel=8
pkgdesc="A user identification daemon for Linux"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.fukt.bsnet.se/~per/identd/"
license=('GPL')
-source=(http://distro.ibiblio.org/pub/linux/distributions/sourcemage/mirror/linux-identd-$pkgver.tar.gz
+source=(http://www.fukt.bsnet.se/~per/identd/linux-identd-1.3.tar.gz
identd)
md5sums=('c3517f612b351e46951d2ecb0c60b767'
'd429efff1b7256f8436568abe93a587d')
@@ -17,9 +17,7 @@ build() {
package() {
cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" SBINDIR=/usr/bin install
rm -rf "$pkgdir/usr/sbin/in.identd"
install -Dm644 "$srcdir/identd" "$pkgdir/etc/xinetd.d/identd"
-}
-
-# vim:set ts=2 sw=2 et:
+} \ No newline at end of file