summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBoris Momčilović2023-10-11 08:56:29 +0200
committerBoris Momčilović2023-10-11 08:56:29 +0200
commite5e9c69b20e768f0c9f39c6bc34273948deca1c0 (patch)
tree804d4d788bba2af5a9b6f69dbe8220464b23defa /PKGBUILD
parent752035d096b3ee702a0a0491ac4064046adab32e (diff)
downloadaur-php-nocheq-git.tar.gz
git+https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"