summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeoTheFox2022-10-06 09:47:17 +0400
committerNeoTheFox2022-10-06 09:47:17 +0400
commitd4ecc555fe94775ec49b44f2d68a6d64be29d4b7 (patch)
tree119ada59afa0bc3a50c7a13e3e54d364a66b3df2
parent4add88427d01944b03ee90027b61ebb6a062a5b9 (diff)
downloadaur-d4ecc555fe94775ec49b44f2d68a6d64be29d4b7.tar.gz
specify the target dir explicitly
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 069c551c8727..5e57946702ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = git-credential-keepassxc
pkgdesc = git-credential-keepassxc is a Git credential helper that allows Git (and shell scripts) to get/store logins from/to KeePassXC
pkgver = 0.10.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Frederick888/git-credential-keepassxc
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 04d40b9ce9ec..3747b34fc7cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=git-credential-keepassxc
pkgver=0.10.1
-pkgrel=1
+pkgrel=2
pkgdesc="git-credential-keepassxc is a Git credential helper that allows Git (and shell scripts) to get/store logins from/to KeePassXC"
url="https://github.com/Frederick888/git-credential-keepassxc"
makedepends=('cargo')
@@ -13,7 +13,7 @@ sha256sums=('8d1f010b756bf7f750b80d780d16fa56b6efda9c3516df9a848443855b356a02')
build() {
cd "$pkgname-$pkgver"
- cargo build --release --locked
+ cargo build --release --locked --target-dir target
}
package() {