diff options
author | Tim Savannah | 2018-09-21 21:18:51 -0400 |
---|---|---|
committer | Tim Savannah | 2018-09-21 21:18:51 -0400 |
commit | ff813db7065745e1a20253842871800ce7f564f9 (patch) | |
tree | 77fbb5899a5785b56963277dc45704c5dd526dd0 | |
parent | 733f448474f244c725c8b55c8239aed4c9de05bc (diff) | |
download | aur-netfetch.tar.gz |
Rebuild for python 3.7
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = netfetch pkgdesc = Networked file storage and retrieval with optional password protection and compression using Redis pkgver = 3.0.3 - pkgrel = 1 + pkgrel = 2 url = http://github.com/kata198/NetFetch arch = any license = GPLv2 @@ -4,7 +4,7 @@ pkgname=('netfetch' 'python-netfetch') _realName=NetFetch pkgdesc="Networked file storage and retrieval with optional password protection and compression using Redis" pkgver=3.0.3 -pkgrel=1 +pkgrel=2 arch=('any') license=('GPLv2') url="http://github.com/kata198/NetFetch" |