summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Luna2015-07-20 00:43:36 -0500
committerChristopher Luna2015-07-20 00:43:36 -0500
commit786fdbcc402f47fb703575a7a618635d28b438d8 (patch)
tree62bcd7bd7aebf6d90309fadbcf5b8d1aeafb9003 /PKGBUILD
parent8144a7319acae13f860862d9b5ac8a9114c3c91d (diff)
downloadaur-786fdbcc402f47fb703575a7a618635d28b438d8.tar.gz
Updated to 1.0b
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e3e431aea3b..482e82307b34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=syncterm
-pkgver=0.9.5b20140603
+pkgver=1.0b20150719
pkgrel=1
epoch=1
pkgdesc="A BBS terminal program, Supports ANSI music and the IBM charset when possible. Will run from a console, under X11 using XLib, or using SDL."
@@ -11,18 +11,18 @@ license='GPL'
depends=('ncurses' 'sdl')
options=(!buildflags)
arch=('i686' 'x86_64')
-source=(http://iweb.dl.sourceforge.net/project/syncterm/syncterm/syncterm-0.9.5/syncterm-src-20140603.tgz)
-md5sums=('7bf1ed92ccaff591a91e528507a5f09a')
+source=(http://syncterm.bbsdev.net/syncterm-src.tgz)
+md5sums=('17314564e4b078b76531ca945195913b')
build() {
- cd "$srcdir/syncterm-20140603"
+ cd "$srcdir/syncterm-20150719"
cd "src/syncterm/"
make SRC_ROOT="$(realpath ..)" PREFIX="/usr" || true
}
package() {
- cd "$srcdir/syncterm-20140603"
+ cd "$srcdir/syncterm-20150719"
cd "src/syncterm/"
make SRC_ROOT="$(realpath ..)" PREFIX="$pkgdir/usr" install
}