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 471cb179aa43..0cd7e9e1ebbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = apicompat-git
makedepends = go
depends = glibc
provides = apicompat
- source = git+https://github.com/bradleyfalzon/apicompat
+ source = apicompat::git+https://github.com/bradleyfalzon/apicompat
sha256sums = SKIP
pkgname = apicompat-git
diff --git a/PKGBUILD b/PKGBUILD
index 47af36f2e30d..512a9986d03e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('MIT')
provides=('apicompat')
depends=('glibc')
makedepends=('git' 'go')
-source=("git+https://github.com/bradleyfalzon/apicompat")
+source=("apicompat::git+https://github.com/bradleyfalzon/apicompat")
sha256sums=('SKIP')
pkgver() {