summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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")