summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryo2019-04-23 10:20:52 +0200
committeryo2019-04-23 10:20:52 +0200
commit00b25d65d353149e8970d8610106664bf70259e3 (patch)
tree9fe4af4dd96c52cbd2d2eb9dbdd4f4914d3b709e
parent7eabc41a6fdd0757d677abd6d04f0a881d58280a (diff)
downloadaur-00b25d65d353149e8970d8610106664bf70259e3.tar.gz
fixing PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cddcaf1d0a4d..69296b3bef67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,7 @@ pkgbase = regal
license = MIT
depends = bash
depends = mpv
- source = https://github.com/yoarch/regal.git
- sha256sums = SKIP
+ source = git://github.com/yoarch/regal.git
pkgname = regal
diff --git a/PKGBUILD b/PKGBUILD
index 77611336397c..fc3b96160f69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,9 @@ license=('MIT')
depends=('bash' 'mpv')
makedepends=('')
-#source#=("git://github.com/yoarch/regal.git")
-source=("https://github.com/yoarch/regal.git")
+source=("git://github.com/yoarch/regal.git")
#source#=("file:///$MHOME/dev/aur/regal/regal.tar.gz")
-sha256sums=('SKIP')
+#sha256sums#=('SKIP')
pkgver() {
cd "$pkgname"