summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Pospisil2023-06-29 16:54:10 +0000
committerJiri Pospisil2023-06-29 16:54:10 +0000
commit403a8c3d1b23a74ad8ae27ca366ac0c0d0a59955 (patch)
tree911f5c8e7ab4e27c67f97bb77db1bd7c95034c9c
parent2a62a7a1ddaa27f27e70060f4b7d39032da148b7 (diff)
downloadaur-fclones-gui.tar.gz
Fix the release path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c02b0bd04577..c216d0364e31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fclones-gui
pkgdesc = Interactive duplicate file finder and remover
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pkolaczk/fclones-gui
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c9ae1a55b977..8a762fcacca9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jiri Pospisil <jiri@jpospisil.com>
pkgname=fclones-gui
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Interactive duplicate file finder and remover'
url='https://github.com/pkolaczk/fclones-gui'
arch=('x86_64')
@@ -32,5 +32,5 @@ package() {
cd "$pkgname-$pkgver"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -Dm755 target/release/fclones-gui "$pkgdir/usr/bin/fclones-gui"
+ install -Dm755 target/x86_64-unknown-linux-gnu/release/fclones-gui "$pkgdir/usr/bin/fclones-gui"
}