diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-12 15:07:17 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:42 +0200 |
commit | a8c20ba4e6ff794c8bd9b52febcf08f1ee0e4186 (patch) | |
tree | 285e30e1db33756d9c711bff9f5b793205d93b0e /PKGBUILD | |
parent | 548d7261b30ca42dbf8f7edf5c6a18440ba535f9 (diff) | |
download | pkgbuilds-archmap.tar.xz |
Reformated all PKGBUILDsarchmap
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,8 +3,8 @@ pkgver=0.3.r22.g14db501 pkgrel=1 pkgdesc="Generates a map of Arch Linux users" -arch=('any') url="https://github.com/maelstrom59/ArchMap" +arch=('any') license=('custom:UNLICENSE') depends=('python' 'python-geojson') @@ -12,6 +12,7 @@ makedepends=('git') install=archmap.install source=('archmap::git+https://github.com/maelstrom59/ArchMap.git') + md5sums=('SKIP') pkgver() { |