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

Lukas Fleischer lfleischer at archlinux.org
Sat Feb 25 10:24:32 UTC 2017


    Date: Saturday, February 25, 2017 @ 10:24:31
  Author: lfleischer
Revision: 213756

python-pyxattr: Add source file signature

Modified:
  python-pyxattr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-25 10:23:53 UTC (rev 213755)
+++ PKGBUILD	2017-02-25 10:24:31 UTC (rev 213756)
@@ -11,8 +11,9 @@
 url='http://pyxattr.k1024.org/'
 license=('GPL')
 makedepends=('python2' 'python' 'python2-setuptools' 'python-setuptools')
-source=("http://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz")
-md5sums=('3e2f9dd92459a0fe0d02861dff4c2f4d')
+source=("http://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz"{,.asc})
+md5sums=('3e2f9dd92459a0fe0d02861dff4c2f4d'
+         'SKIP')
 
 package_python2-pyxattr() {
   depends=('python2')



More information about the arch-commits mailing list