diff options
author | root <root@rshg054.dnsready.net> | 2012-12-29 02:13:48 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-29 02:13:48 -0800 |
commit | 5dd7ed82e788ebad2e920e0f2db7468cc6547cfe (patch) | |
tree | f467412e09912ababcd8fe6c05193d829f514dcd /community/unrealircd | |
parent | 3009e8addb4a894329bf8ab3e8fb763361833978 (diff) |
Sat Dec 29 02:10:20 PST 2012
Diffstat (limited to 'community/unrealircd')
-rw-r--r-- | community/unrealircd/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/unrealircd/PKGBUILD b/community/unrealircd/PKGBUILD index 87ec6cc8d..c6f22e6fc 100644 --- a/community/unrealircd/PKGBUILD +++ b/community/unrealircd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 78622 2012-10-22 09:20:20Z spupykin $ +# $Id: PKGBUILD 81758 2012-12-28 15:50:45Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zerial <fernando@zerial.org> pkgname=unrealircd -pkgver=3.2.9 -pkgrel=4 +pkgver=3.2.10 +pkgrel=1 pkgdesc="Open Source IRC Server" arch=('i686' 'x86_64') url="http://unrealircd.com" @@ -18,7 +18,7 @@ source=(http://www.unrealircd.com/downloads/Unreal$pkgver.tar.gz unrealircd.rc unrealircd.service arch-fixes.patch) -md5sums=('bde023695347969f545ce5f2a9ac9aed' +md5sums=('e30b93d952d61012d409a6be22241360' '07ffa1e82a01f319a8b997e155d2af1d' '2103ce8a4a4e79f6955920bfebea0202' '77807313c4578f2c30286b9f9e3fb21c') @@ -26,7 +26,7 @@ md5sums=('bde023695347969f545ce5f2a9ac9aed' build() { mkdir -p $pkgdir/etc/unrealircd mkdir -p $pkgdir/usr/bin - cd $srcdir/Unreal3.2 + cd $srcdir/Unreal$pkgver patch -p1 <$srcdir/arch-fixes.patch @@ -46,8 +46,8 @@ build() { make make IRCDDIR=$pkgdir/etc/unrealircd BINDIR=$pkgdir/usr/bin install - mv $srcdir/Unreal3.2/src/ircd $pkgdir/usr/bin/unrealircd - mv $srcdir/Unreal3.2/doc/example.conf $pkgdir/etc/unrealircd/unrealircd.conf + mv $srcdir/Unreal$pkgver/src/ircd $pkgdir/usr/bin/unrealircd + mv $srcdir/Unreal$pkgver/doc/example.conf $pkgdir/etc/unrealircd/unrealircd.conf mkdir -p $pkgdir/usr/lib/unrealircd mv $pkgdir/etc/unrealircd/modules $pkgdir/usr/lib/unrealircd/ ln -s /usr/lib/unrealircd/modules $pkgdir/etc/unrealircd/modules |