summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f564cf8f4b84..2b0cc80fd786 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,13 @@
pkgname=siggen
pkgver=2.3.10
-pkgrel=2
+pkgrel=3
pkgdesc="Curses based signal generator"
arch=('i686' 'x86_64')
url="http://www.comp.leeds.ac.uk/jj/linux/siggen.html"
license=('GPL2')
depends=('ncurses')
-conflicts=('siggen')
-provides=('siggen')
-install=("${pkgname}.install")
+install="${pkgname}.install"
source=("http://www.comp.leeds.ac.uk/jj/linux/${pkgname}.tgz"
"segfault-and-install.patch")