summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2023-10-16 18:31:49 +0300
committerArkadiy Illarionov2023-10-16 18:31:49 +0300
commit9ee860f9637f6f033f96e5bbc215b93106cfec53 (patch)
treedc61b2ecb799ed0b4f60de47dcfcc14a3d9a2fc4
parent508bb58775acb234e2003c626c761b1a8b62e8da (diff)
downloadaur-9ee860f9637f6f033f96e5bbc215b93106cfec53.tar.gz
Install using cmake
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e722d38d548..d87aca7ee402 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = antiduplx-git
pkgdesc = Command line tool to find and remove similar pictures
- pkgver = 1.0.1.r28.895a50c
+ pkgver = 1.0.1.r30.32cd0c6
pkgrel = 1
url = https://github.com/ermig1979/AntiDuplX
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d7cff0bb7135..4f859d033794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=antiduplx-git
_pkgver=1.0.1
-pkgver=1.0.1.r28.895a50c
+pkgver=1.0.1.r30.32cd0c6
pkgrel=1
pkgdesc="Command line tool to find and remove similar pictures"
arch=('x86_64')
@@ -50,7 +50,7 @@ build() {
package() {
cd "$pkgname"
- install -Dm755 "build/AntiDuplX" "$pkgdir/usr/bin/AntiDuplX"
+ DESTDIR="$pkgdir" cmake --install build
}
# vim:set ts=2 sw=2 et: