summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d391cbfb0856..804aaea33ee6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gps-share
- pkgdesc = Utility to share your GPS device on local network.
+ pkgdesc = Utility to share your GPS device on local network
pkgver = 0.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zeenix/gps-share
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index fe429cbdeb36..04daaec974a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gps-share
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='Utility to share your GPS device on local network'
url='https://github.com/zeenix/gps-share'
license=('GPL2')
@@ -14,6 +14,7 @@ source=("https://github.com/zeenix/gps-share/archive/refs/tags/${pkgver}.tar.gz"
sha512sums=('e2552b99169b7e914c225362db1b58cea0e7b0fb22340b1f6a7969f96a7fc497f921241a60166ed4712353de0808e99a859b7e270e9452963e5b86e913a1a949')
build() {
+ export CARGO_HOME="$srcdir"
cd $pkgname-$pkgver
cargo build --release
}