summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e95500ac322b..9b5224ca92ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fawkes-bin
pkgdesc = Image cloaking tool for personal privacy
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = https://sandlab.cs.uchicago.edu/fawkes/
arch = x86_64
license = BSD
depends = zlib
- provides = fawkes
+ provides = fawkes=1.0
conflicts = fawkes
source = LICENSE::https://raw.githubusercontent.com/Shawn-Shan/fawkes/master/LICENSE
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3a0d8d21ab4f..73e3428835e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=fawkes-bin
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Image cloaking tool for personal privacy"
arch=('x86_64')
url="https://sandlab.cs.uchicago.edu/fawkes/"
license=('BSD')
depends=('zlib')
-provides=('fawkes')
+provides=("fawkes=$pkgver")
conflicts=('fawkes')
source=("LICENSE::https://raw.githubusercontent.com/Shawn-Shan/fawkes/master/LICENSE")
source_x86_64=("https://mirror.cs.uchicago.edu/fawkes/files/$pkgver/fawkes_binary_linux-v$pkgver.zip")