Package Details: rmtfs 1.0-1

Git Clone URL: https://aur.archlinux.org/rmtfs.git (read-only, click to copy)
Package Base: rmtfs
Description: Qualcomm Remote Filesystem Service Implementation
Upstream URL: https://github.com/andersson/rmtfs
Licenses: BSD-3-Clause
Submitter: None
Maintainer: None
Last Packager: None
Votes: 0
Popularity: 0.000000
First Submitted: 2024-04-01 06:22 (UTC)
Last Updated: 2024-04-01 06:22 (UTC)

Required by (0)

Sources (2)

Latest Comments

grdgkjrpdihe commented on 2025-05-01 20:15 (UTC) (edited on 2025-05-01 20:16 (UTC) by grdgkjrpdihe)

diff --git a/PKGBUILD b/PKGBUILD
index 7df8095..0bacab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@

 pkgname="rmtfs"
 pkgdesc="Qualcomm Remote Filesystem Service Implementation"
-pkgver=1.0
+pkgver=b46235296f27f08cf5e6cf92891da8140c152261
 pkgrel=1
-arch=(aarch64 x86_64)
+arch=(armv7h aarch64 x86_64)
 url="https://github.com/andersson/rmtfs"
 license=("BSD-3-Clause")
 depends=(qrtr libudev.so)
 makedepends=()
 _srcname="${pkgname}-${pkgver}"
 source=(
-       "${_srcname}.tar.gz::https://github.com/linux-msm/rmtfs/archive/refs/tags/v${pkgver}.tar.gz"
+       "${_srcname}.tar.gz::https://github.com/linux-msm/rmtfs/archive/${pkgver}.tar.gz"
        "udev.rules"
        )
-sha256sums=('45e53d4e3d92717bed3b896c871429abe6cfb55230b39b4228323537167834e7'
+sha256sums=('e5adf97bc4c4f808d42c321562abab082222761d98c7736d0a29091cea6f919f'
             '0c2f26d40d9d18e3089c6d836b64231c4f7e0c1ca41686fe7c9d1eb495dc6bbe')

 build() {

update to latest git version to remove requirement of qrtr-ns.service

https://github.com/linux-msm/rmtfs/pull/23