summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9293bc630a52..6d50c9a316c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = pixelscale-git
pkgdesc = Standalone xBR/HQx pixel art scaling library and standalone executable (includes hqx compatibility script, pixelscale binary and xbr script)
pkgver = 4.3835e97
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/Treeki/libxbr-standalone
arch = x86_64
arch = i686
license = LGPL2.1
+ makedepends = git
depends = libpng
depends = imagemagick
provides = hqx
diff --git a/PKGBUILD b/PKGBUILD
index a5bc44ead3c9..4cf723bd1001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=pixelscale-git
_pkgname=libxbr-standalone
pkgver=4.3835e97
-pkgrel=5
+pkgrel=6
pkgdesc="Standalone xBR/HQx pixel art scaling library and standalone executable (includes hqx compatibility script, pixelscale binary and xbr script)"
url="https://github.com/Treeki/libxbr-standalone"
arch=('x86_64' 'i686')
license=('LGPL2.1')
depends=('libpng' 'imagemagick' )
-makedepends=()
+makedepends=('git')
conflicts=('hqx')
provides=('hqx' 'xbr')
source=('hqx.sh' 'xbr.sh' "git+$url.git")