summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun2021-01-28 11:19:56 +0800
committeryjun2021-01-28 11:19:56 +0800
commita30258944e2331027b1a83cfe93ca94e0a68bcd0 (patch)
treea34b3f17f519da85a30e8199e3f0a55d3ccc6482 /PKGBUILD
parent2e90bf6eddbadbd46f7f96b659b84eb7d8e0a37c (diff)
downloadaur-a30258944e2331027b1a83cfe93ca94e0a68bcd0.tar.gz
added git as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d71dcdc26784..86b5beb84f2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@ pkgname=python-bmp2hex-git
_pkgname=${pkgname%-git}
_script=${_pkgname#python-}
pkgver=2.3.4.ac6c665
-pkgrel=1
+pkgrel=2
pkgdesc="Python utility to convert 1-, 4-, 8- and 16-bit bitmap files to hex. Used to embed graphics in Arduino/C code, primarily for display."
arch=('any')
url="https://github.com/robertgallup/python-bmp2hex"
license=('MIT')
depends=('python')
+makedepends=('git')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("git+https://github.com/robertgallup/python-bmp2hex")