summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23b6c74513d9..45d76120bb15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-bmp2hex-git
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.
pkgver = 2.3.4.ac6c665
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/robertgallup/python-bmp2hex
arch = any
license = MIT
+ makedepends = git
depends = python
provides = python-bmp2hex
conflicts = python-bmp2hex
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")