[arch-commits] Commit in flex/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Sun Mar 3 11:29:24 UTC 2019


    Date: Sunday, March 3, 2019 @ 11:29:24
  Author: lfleischer
Revision: 347010

flex: use GPG signature

Modified:
  flex/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-03 10:02:52 UTC (rev 347009)
+++ PKGBUILD	2019-03-03 11:29:24 UTC (rev 347010)
@@ -12,10 +12,12 @@
 groups=('base-devel')
 depends=('glibc' 'm4' 'sh')
 makedepends=('help2man')
-source=("https://github.com/westes/flex/releases/download/v$pkgver/flex-$pkgver.tar.gz"
+source=("https://github.com/westes/flex/releases/download/v$pkgver/flex-$pkgver.tar.gz"{,.sig}
         "flex-pie.patch")
 md5sums=('2882e3179748cc9f9c23ec593d6adc8d'
+         'SKIP'
          '0a8e8242b37c57b0bc0c6f673bceb5b7')
+validpgpkeys=('56C67868E93390AA1039AD1CE4B29C8D64885307') # Will Estes
 
 prepare() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list