summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorQuentin Bourgeois2017-01-24 23:52:26 +0100
committerKyle Manna2017-01-26 22:07:24 -0800
commit55431f193139c367b5652e814a258ca7aae819a8 (patch)
tree4d1702903e7184eec712d46792eb8df0537123e8 /.SRCINFO
parentc7fdcfc43ef1cb6b4b6eadc48a3e3b69df0a6f89 (diff)
downloadaur-55431f193139c367b5652e814a258ca7aae819a8.tar.gz
PKGBUILD: Fix makedepends
The main goal of this patch is to fix the makedepends that does not include python{,2}-setuptools (thus won't build on some systems). It also includes: * Add of LICENSE file into generated packages * Unique name for the downloaded archive file * A check() function that benefit of unittest * Proposal for switching to braces-enclosed variablesx
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO9
1 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 855f906a21c2..af6638c9cc13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
-# Generated by mksrcinfo v8
-# Wed Sep 7 16:46:05 UTC 2016
pkgbase = python-intelhex
pkgdesc = Python IntelHex library
pkgver = 2.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/bialix/intelhex
arch = any
license = BSD
- source = https://github.com/bialix/intelhex/archive/2.1.tar.gz
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ source = intelhex-2.1.tar.gz::https://github.com/bialix/intelhex/archive/2.1.tar.gz
sha512sums = af5ee3cb7424d15cf259861dcedf6ca68ecfae0819cb9f5c3437a1c8ff8c2f03486dd9f12b93564a5e2f4b7bab4c055a44c6dbe2a86007165412336bd2a4554f
pkgname = python-intelhex
@@ -17,4 +17,3 @@ pkgname = python-intelhex
pkgname = python2-intelhex
depends = python2
depends = python2-setuptools
-