summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6c1ebe55f05..d798b3ecd76a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = zram-swap-git
depends = systemd
depends = bash
backup = etc/default/zram-swap
- source = git+https://github.com/foundObjects/zram-swap.git
+ source = https://github.com/foundObjects/zram-swap.git
sha512sums = SKIP
pkgname = zram-swap-git
diff --git a/PKGBUILD b/PKGBUILD
index 987f77853361..27719b8f1d38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/foundObjects/zram-swap.git"
license=('MIT')
depends=('systemd' 'bash')
backup=('etc/default/zram-swap')
-source=('git+https://github.com/foundObjects/zram-swap.git')
+source=('https://github.com/foundObjects/zram-swap.git')
sha512sums=('SKIP')
pkgver() {