summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-03-21 21:07:26 +0100
committerhaawda2018-03-21 21:07:26 +0100
commite42c2caf0f7f23f5bf98217c1854447675b410c5 (patch)
treec1020b560047981f2823e5ca322048199dc0fa16 /PKGBUILD
parent41869710cc1c8ce44e01a4c67af6963614503256 (diff)
downloadaur-e42c2caf0f7f23f5bf98217c1854447675b410c5.tar.gz
fix conflicts/provides, add git as makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 858689459cd3..75ca9780a92a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,15 @@
pkgname=gri-git
pkgver=2.12.23
-pkgrel=1
+pkgrel=2
pkgdesc="A script-based language for scientific graphics programming"
arch=('i686' 'x86_64')
license=('GPL')
url="http://gri.sourceforge.net/"
depends=('perl')
-makedepends=('ghostscript' 'imagemagick6' 'texlive-core' 'perl-perl4-corelibs')
+conflicts=('gri')
+provides=('gri')
+makedepends=('git' 'ghostscript' 'imagemagick6' 'texlive-core' 'perl-perl4-corelibs')
source=("git+https://github.com/dankelley/gri.git")
sha256sums=('SKIP')
options=('!makeflags')