summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordoragasu2017-05-28 15:28:54 +0200
committerdoragasu2017-05-28 15:28:54 +0200
commitc90dcb48f4f2f56016659f6c2e1466593dc253c9 (patch)
treedb486b08321f5c64faa9289486303acb88f90e82 /PKGBUILD
parent1a616bb64235699c4e82a2285e30c997c41030a1 (diff)
downloadaur-c90dcb48f4f2f56016659f6c2e1466593dc253c9.tar.gz
Fixed "install" being an array.
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")