summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Pabalinas2018-07-19 16:47:47 -1000
committerJoey Pabalinas2018-07-19 16:47:47 -1000
commit4b99224efbcf373a9a017073cbdf273b84b95ccf (patch)
treed1e0e901130ffc3b151a9c8125a3a472cd35b608
parent65cfe5b3203a5da401dc215b07c4977b29cb4877 (diff)
downloadaur-4b99224efbcf373a9a017073cbdf273b84b95ccf.tar.gz
upgpkg: cepl-git 6.0.0.r5.ga7c3c47b11771f11ea-1
upstream release
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7d7429113d3..fc13bd3a83f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = cepl-git
provides = cepl
conflicts = cepl
options = zipman
- source = cepl::git+http://github.com/alyptik/cepl
+ source = cepl::git+https://github.com/alyptik/cepl.git
sha256sums = SKIP
pkgname = cepl-git
diff --git a/PKGBUILD b/PKGBUILD
index 247b04798b42..4491fa381b19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://github.com/alyptik/cepl'
arch=('i686' 'x86_64')
license=('GPL3')
depends=('gcc' 'readline' 'libelf')
-source=("${_pkgname}::git+http://github.com/alyptik/cepl")
+source=("${_pkgname}::git+https://github.com/alyptik/cepl.git")
sha256sums=('SKIP')
provides=("${_pkgname}")
conflicts=("${_pkgname}")