summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaks Mazurov (fox.cpp)2017-09-07 01:19:32 +0300
committerMaks Mazurov (fox.cpp)2017-09-07 01:19:32 +0300
commitcfc9d2027f8181c7d728e9304ffa517ff086523e (patch)
treea9060471f0026878f460c9128bd34077a4b983c5 /PKGBUILD
parentd555bc8b7ad955f51179706a76dae5be29990c15 (diff)
downloadaur-hexchat-otr.tar.gz
Add PGP signature validation.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b497457eba4..43d29126e32f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,11 @@ url='https://github.com/TingPing/hexchat-otr'
license=('GPL2')
conflicts=('hexchat-otr-git')
depends=('libotr' 'hexchat')
-source=("https://github.com/TingPing/hexchat-otr/releases/download/$pkgver/hexchat-otr-$pkgver.tar.xz")
-sha256sums=('e18425f4b20447caddf64a9079b8750200100e158a03575d89457bb6d8f8d5f1')
+source=("https://github.com/TingPing/hexchat-otr/releases/download/$pkgver/hexchat-otr-$pkgver.tar.xz"
+ "https://github.com/TingPing/hexchat-otr/releases/download/$pkgver/hexchat-otr-$pkgver.tar.xz.asc")
+sha256sums=('e18425f4b20447caddf64a9079b8750200100e158a03575d89457bb6d8f8d5f1'
+ 'e5bca765e64a9b43479a4b5a5a507643f371e5ecb601c571e7989415feb5d789')
+validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC')
build() {
cd "$pkgname-$pkgver"