summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b02b9447d986..58749d85e5e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = php-nocheq-git
pkgdesc = Sick of pesky type checking making your code too slow (and correct) ?
- pkgver = r39.6e3c4f8
+ pkgver = r40.334fd74
pkgrel = 1
- url = https://github.com/krakjoe/nocheq
+ url = https://github.com/kornrunner/nocheq
arch = i686
arch = x86_64
license = PHP
makedepends = git
depends = php
backup = etc/php/conf.d/nocheq.ini
- source = git://github.com/krakjoe/nocheq.git
+ source = git+https://github.com/kornrunner/nocheq.git
md5sums = SKIP
pkgname = php-nocheq-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 07152a34cdfe..b7ccd1ba0cf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_pkgname=nocheq
pkgname=php-$_pkgname-git
-pkgver=r39.6e3c4f8
+pkgver=r40.334fd74
pkgrel=1
pkgdesc="Sick of pesky type checking making your code too slow (and correct) ?"
arch=('i686' 'x86_64')
-url="https://github.com/krakjoe/nocheq"
+url="https://github.com/kornrunner/nocheq"
license=('PHP')
depends=('php')
makedepends=('git')
-source=(git://github.com/krakjoe/nocheq.git)
+source=(git+https://github.com/kornrunner/nocheq.git)
md5sums=('SKIP')
_ininame="nocheq.ini"
_inifile="etc/php/conf.d/$_ininame"