summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorColin Wallace2016-02-20 19:53:45 -0800
committerColin Wallace2016-02-20 19:53:45 -0800
commit7df9332b752526a8a63d48f94a362e2679ef3ad7 (patch)
treeb960feddc0755a98f69d3b4814161fcb133f34eb /PKGBUILD
parente7f72051f6bf310e9424419920f35045744f5cab (diff)
downloadaur-7df9332b752526a8a63d48f94a362e2679ef3ad7.tar.gz
set _pkgname instead of 'provides' (not sure how to get sparrow3d-git to be listed as providing the sparrow3d dependency, so just trying stuff I see elsewhere)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce7da964e72d..8e33e48bc8d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Colin Wallace <wallacoloo@gmail.com>
-pkgname=sparrow3d-git
+_pkgname=sparrow3d
+pkgname="$_pkgname-git"
pkgver=820.143acbc
pkgrel=1
pkgdesc='A software renderer for different open handhelds like the gp2x, wiz, caanoo and pandora'
-provides=('sparrow3d')
arch=('any')
url='https://github.com/theZiz/sparrow3d'
license=('LGPL')