summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2022-04-26 00:38:11 +0200
committershellkr2022-04-26 00:38:11 +0200
commit9e131f08b5df7c4308108572984a3c3993c32eeb (patch)
tree07119e3b20891ae9f43e4fc10e1d1e2303e79041
parentf3174567acf1f4f02a855408188bbe9897496450 (diff)
downloadaur-9e131f08b5df7c4308108572984a3c3993c32eeb.tar.gz
updated the PKGBUILD to have correct source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 394c5697430e..7c4061b31de3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = pachist-git
makedepends = git
provides = pachist
conflicts = pachist
- source = https://github.com/shellkr/pachist.git#branch=master
+ source = git+https://github.com/shellkr/pachist.git#branch=master
sha256sums = SKIP
pkgname = pachist-git
diff --git a/PKGBUILD b/PKGBUILD
index 0bfe7b2dd510..25772a0221c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('GPL3')
makedepends=('git')
provides=('pachist')
conflicts=('pachist')
-source=('https://github.com/shellkr/pachist.git#branch=master')
+source=('git+https://github.com/shellkr/pachist.git#branch=master')
sha256sums=('SKIP')
pkgver() {