summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorepitron2018-09-04 02:46:58 -0400
committerepitron2018-09-04 02:46:58 -0400
commite227d786ff2d5f911cc5499edc3e3edde21b4f14 (patch)
treebdf70d891d791c922addf221d2f50382f31d0b05 /PKGBUILD
parentdd37d8896ea60a7a79bc805e77c763aa6a3270c6 (diff)
downloadaur-ansilove-git.tar.gz
Fixed package name, added provides/conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9fee3ae79d8..2afab0c0c860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: epitron <chris AT ill-logic.com>
-pkgname=ansilove
+pkgname=ansilove-git
pkgver=3.0.9.r20.g9fad130
pkgrel=1
pkgdesc='Program and shared library to converts ANSI and artscene related file formats into PNG images'
@@ -8,6 +8,8 @@ url='https://ansilove.org/'
license=('BSD')
depends=('gd')
makedepends=('git' 'cmake' 'gcc')
+provides=('ansilove')
+conflicts=('ansilove')
arch=('x86_64' 'i686')
source=(
'git+https://github.com/ansilove/libansilove.git'