summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott B2021-08-11 01:03:27 -0700
committerScott B2021-08-11 01:03:27 -0700
commit817402beb676875f44ed22bbe9286125af535013 (patch)
treec5c964f296587a08f9b9ef4c8d689401f4a3c184
parent333ee1a6fc58f3b0825cc43d4fa4d7f69ee391e7 (diff)
downloadaur-817402beb676875f44ed22bbe9286125af535013.tar.gz
corrected source= URL; whoops
-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() {