summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Luna2018-04-19 17:05:42 -0500
committerChristopher Luna2018-04-19 17:05:42 -0500
commit0c33978bc363c080597f87087dbd8bd667881f49 (patch)
tree95fa75da1144a2e7388fabecac17363311a342d2
parent0f39202cc69cca25c645ef89841bb01c9600a6e0 (diff)
downloadaur-0c33978bc363c080597f87087dbd8bd667881f49.tar.gz
Added unzip as make dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83a2175736b7..315c712e0207 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = syncterm
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.
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://syncterm.bbsdev.net
arch = i686
arch = x86_64
license = GPL
+ makedepends = unzip
depends = ncurses
depends = sdl
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index 0b99f47c48c3..4c4fffb9ed7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=syncterm
pkgver=1.0
-pkgrel=1
+pkgrel=2
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."
url="http://syncterm.bbsdev.net"
license=('GPL')
depends=('ncurses' 'sdl')
options=(!buildflags)
+makedepends=(unzip)
arch=('i686' 'x86_64')
source=("http://ufpr.dl.sourceforge.net/project/syncterm/syncterm/syncterm-1.0/syncterm-1.0.tgz")
md5sums=('4f92d321a7205cc6dfbde1ffe47141ff')