summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12021-06-04 15:48:26 +0800
committerChocobo12021-06-04 15:48:26 +0800
commit11fadf2ab4981bdc6491aea9916c9d5ab10d2f26 (patch)
tree0c9738b7880db13f2967a6beef9f00f36a14c672 /PKGBUILD
parentddbb10ade47ac1632d730c4321eeba1715620dc7 (diff)
downloadaur-11fadf2ab4981bdc6491aea9916c9d5ab10d2f26.tar.gz
upgpkg: fawkes-bin 1.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64547dc7afd8..3a0d8d21ab4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fawkes-bin
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Image cloaking tool for personal privacy"
arch=('x86_64')
url="https://sandlab.cs.uchicago.edu/fawkes/"
@@ -19,6 +19,6 @@ sha256sums_x86_64=('ff74e9fa671b0d3e0fe2a749d2aed9a5cb86298a2546915b5a199669fc5e
package() {
cd "$srcdir"
- install -Dm755 "protection" -t "$pkgdir/usr/bin"
+ install -Dm755 "protection" "$pkgdir/usr/bin/fawkes"
install -Dm644 "LICENSE" -t "$pkgdir/usr/share/licenses/fawkes"
}