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 4791104f68bd..7334de0bf4d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = exfat-utils-debug-git
provides = exfat-utils
conflicts = fuse-exfat
conflicts = exfat-utils
- source = exfat::git+https://github.com/relan/exfat#branch=master
+ source = git+https://github.com/relan/exfat
b2sums = SKIP
pkgname = exfat-utils-debug-git
diff --git a/PKGBUILD b/PKGBUILD
index 81989f83931b..2fef0a28830c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL2')
depends=('glibc')
provides=('exfat-utils')
conflicts=('fuse-exfat' 'exfat-utils')
-source=("exfat::git+https://github.com/relan/exfat#branch=master")
+source=('git+https://github.com/relan/exfat')
b2sums=('SKIP')
prepare() {