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

Andreas Radke andyrtr at archlinux.org
Sun Jan 15 15:53:05 UTC 2017


    Date: Sunday, January 15, 2017 @ 15:53:05
  Author: andyrtr
Revision: 286503

https sources / gpg signature fixes

Modified:
  xorg-xedit/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 15:48:15 UTC (rev 286502)
+++ PKGBUILD	2017-01-15 15:53:05 UTC (rev 286503)
@@ -6,12 +6,14 @@
 pkgrel=1
 pkgdesc="Simple text editor for X"
 arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/"
+url="https://xorg.freedesktop.org/"
 license=('custom')
 depends=('libxaw' 'libxmu' 'libxt' 'libx11')
 makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xedit-${pkgver}.tar.bz2)
-sha256sums=('69aa42885dfc06332ca22eb01cc7187e49206e6d65b74113a8ee4cc345fc2927')
+source=(https://xorg.freedesktop.org/archive/individual/app/xedit-${pkgver}.tar.bz2{,.sig})
+sha256sums=('69aa42885dfc06332ca22eb01cc7187e49206e6d65b74113a8ee4cc345fc2927'
+            'SKIP')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner <mattst88 at gmail.com>"
 
 build() {
   cd "${srcdir}/xedit-${pkgver}"



More information about the arch-commits mailing list