summarylogtreecommitdiffstats
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
parent752035d096b3ee702a0a0491ac4064046adab32e (diff)
downloadaur-e5e9c69b20e768f0c9f39c6bc34273948deca1c0.tar.gz
git+https
-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"