summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1da4f0435721..60e64897227c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cope-git
pkgdesc = A colourful wrapper for terminal programs
pkgver = 170.0dc82a9
- pkgrel = 1
+ pkgrel = 2
url = http://stuff.cytzol.org/cope/
install = cope-git.install
arch = any
@@ -21,8 +21,7 @@ pkgbase = cope-git
depends = perl-module-install
provides = cope
conflicts = cope
- source = git://github.com/lotrfan/cope.git
+ source = git+https://github.com/lotrfan/cope.git
md5sums = SKIP
pkgname = cope-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 0e9aaca3ad7d..f9032b3d556c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=cope-git
_gitname=cope
pkgver=170.0dc82a9
-pkgrel=1
+pkgrel=2
pkgdesc='A colourful wrapper for terminal programs'
url=http://stuff.cytzol.org/cope/
arch=(any)
@@ -17,7 +17,7 @@ conflicts=($_gitname)
provides=($_gitname)
install="${pkgname}.install"
-source=("git://github.com/lotrfan/${_gitname}.git")
+source=("git+https://github.com/lotrfan/${_gitname}.git")
md5sums=('SKIP')
pkgver() {