summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2016-07-06 23:01:10 -0400
committerJames An2016-07-06 23:01:10 -0400
commit42867e98bf3b64ada3eb9b549e1b3beb0c975c30 (patch)
tree952d369788fdea56eda8a383c6aa971e9e9787b9
parent755466d874dc14b3e460faacee2d881d923c617f (diff)
downloadaur-42867e98bf3b64ada3eb9b549e1b3beb0c975c30.tar.gz
Changing release number of increment of one to cleanly cut ties.
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD15
2 files changed, 13 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4c0357595e3..d75b7f53ac54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
-# Generated by mksrcinfo v8
-# Thu Dec 24 20:56:16 UTC 2015
pkgbase = php-cairo-git
pkgdesc = PHP Object Oriented interface to Cairo Graphics library.
- pkgver = 0.3.2.beta.r31.g1bc059c
- pkgrel = 1
+ pkgver = r205.9662114
+ pkgrel = 2
url = https://github.com/gtkforphp/cairo
arch = any
- license = LGPL2
+ license = PHP
makedepends = git
depends = php
depends = cairo
- provides = php-cairo=0.3.2.beta.r31.g1bc059c
+ depends = php-datastructures
+ provides = php-cairo=r205.9662114
conflicts = php-cairo
- source = php-cairo::git+https://github.com/jamesan/cairo.git
+ source = php-cairo::git+https://github.com/gtkforphp/cairo.git#branch=php7
md5sums = SKIP
pkgname = php-cairo-git
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() {