summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasya Novikov2018-10-30 17:08:05 +0300
committerVasya Novikov2018-10-30 17:08:05 +0300
commit5989844ea5e28982e625d06af931ea34bb607c66 (patch)
tree177160b178c23b17cb00459374d8f6df879e9b05
parent63b2750ef859f58cbe44bb06b6602ed4bb97cac7 (diff)
downloadaur-5989844ea5e28982e625d06af931ea34bb607c66.tar.gz
fix completions path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fba039554709..724a77e03dc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rua
pkgdesc = convenient jailed AUR helper in rust
pkgver = 0.6.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/vn971/rua
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index bbefb6d80d1c..7278391e24ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rua
pkgver=0.6.2
-pkgrel=2
+pkgrel=3
pkgdesc='convenient jailed AUR helper in rust'
url='https://github.com/vn971/rua'
source=("https://github.com/vn971/rua/archive/${pkgver}.tar.gz")
@@ -24,7 +24,7 @@ build () {
fi
fi
mkdir -p target/completions
- COMPLETIONS_DIR=completions cargo build --release
+ COMPLETIONS_DIR=target/completions cargo build --release
}
package() {