summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorP.A. López-Valencia2016-03-15 13:15:36 -0500
committerP.A. López-Valencia2016-03-15 13:15:36 -0500
commit8cb374ef4cbb76d0d67b0174c9fb8af0c6f3bccf (patch)
treeb68faf880f01f32cb031cb94791a717369f66d07 /PKGBUILD
parent084c8b2050dd436cbd490133d507085e5c8006ba (diff)
downloadaur-8cb374ef4cbb76d0d67b0174c9fb8af0c6f3bccf.tar.gz
Great fun! If you include a signature file, pacman obliges even if
you commented out the valid pgp keys hash array. Live and learn.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e5bd35bf6ee..7a7ad31ee787 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=emacs-pretest
_pkgname=emacs
pkgver=25.0.92
-pkgrel=2
+pkgrel=3
pkgdesc="The extensible, customizable, self-documenting real-time display editor -- pretest version"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/emacs/emacs.html"
@@ -18,8 +18,7 @@ conflicts=('emacs')
source=(ftp://alpha.gnu.org/gnu/emacs/pretest/$_pkgname-$pkgver.tar.xz{,.sig})
sha384sums=('1d8f0a4aa0bb51589f917c5d7f639ce6fa483b60e6b74ef2e13294b3ce6ad7295cf9823693dd626e65f9c89fda028c1d'
'SKIP')
-#validpgkkeys=('28D3BED851FDF3AB57FEF93C233587A47C207910') # import key hash and uncomment line if you want
- # crypto secure file verification with gpg.
+validpgkkeys=('28D3BED851FDF3AB57FEF93C233587A47C207910')
build() {
cd "$srcdir"/$_pkgname-$pkgver