summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames An2016-07-06 23:01:10 -0400
committerJames An2016-07-06 23:01:10 -0400
commit42867e98bf3b64ada3eb9b549e1b3beb0c975c30 (patch)
tree952d369788fdea56eda8a383c6aa971e9e9787b9 /PKGBUILD
parent755466d874dc14b3e460faacee2d881d923c617f (diff)
downloadaur-42867e98bf3b64ada3eb9b549e1b3beb0c975c30.tar.gz
Changing release number of increment of one to cleanly cut ties.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5a1245cb750..77b2458c151f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,18 @@
pkgname="php-cairo-git"
_pkgname=${pkgname%-git}
-pkgver=0.3.2.beta.r31.g1bc059c
-pkgrel=1
+__pkgname=${_pkgname#php-}
+pkgver=r205.9662114
+pkgrel=2
pkgdesc="PHP Object Oriented interface to Cairo Graphics library."
arch=('any')
-url="https://github.com/gtkforphp/${_pkgname#php-}"
-license=('LGPL2')
-depends=('php' 'cairo')
+url="https://github.com/gtkforphp/$__pkgname"
+depends=('php' "$__pkgname" 'php-datastructures')
+license=('PHP')
makedepends=('git')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
-options=()
-install=
-source=("$_pkgname"::"git+https://github.com/jamesan/${_pkgname#php-}.git")
+source=("$_pkgname"::"git+https://github.com/gtkforphp/$__pkgname.git#branch=php7")
md5sums=('SKIP')
pkgver() {