summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJami Kettunen2023-07-22 21:46:18 +0300
committerJami Kettunen2023-07-22 21:46:18 +0300
commit3a6e08c18fec4131a31f664e685f7a633f7e4404 (patch)
tree16381d1e06f814ad3ccfdcd3176984d589962e28 /PKGBUILD
parent47f77ebf5c320ff10e722d6db7974a4df300a87f (diff)
downloadaur-rmtfs-git.tar.gz
Fix fetching git source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b14257c35ff9..18143f2dccb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="rmtfs"
pkgname="$_pkgname-git"
pkgdesc="Qualcomm Remote Filesystem Service Implementation"
-pkgver=r45.9ef260b
+pkgver=r59.7a5ae7e
pkgrel=1
arch=("aarch64")
url="https://github.com/andersson/$_pkgname"
@@ -12,7 +12,7 @@ groups=("qcom-icnss-wlan")
depends=("qrtr" "libudev.so")
makedepends=("git" "make" "gcc")
provides=("$_pkgname")
-source=("git://github.com/andersson/$_pkgname.git" "udev.rules")
+source=("git+https://github.com/andersson/$_pkgname.git" "udev.rules")
md5sums=("SKIP" "1e827788992863c3e8562e288f65ee05")
pkgver() {