summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2019-01-11 20:25:17 +0100
committeractionless2019-01-11 20:25:17 +0100
commitf854ef7d9369267841af022c623ed67ef1df52a6 (patch)
treea0d4f8c3cbd85032d1605922efc01d550da2b45c
parent41a02a1949ee25bccae6422cbd1c77a0a0a9f71a (diff)
downloadaur-f854ef7d9369267841af022c623ed67ef1df52a6.tar.gz
add `git` and `gdk-pixbuf2`
thanks @alfunx
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 170125560a75..4e1a05fcf263 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = resvg-git
pkgdesc = SVG rendering library and CLI
- pkgver = 0.5.0.r1.g9d3eb6f
+ pkgver = 0.5.0.r6.gec7f425
pkgrel = 1
url = https://github.com/RazrFalcon/resvg
arch = i686
@@ -9,6 +9,8 @@ pkgbase = resvg-git
makedepends = cargo
makedepends = qt5-base
makedepends = pango
+ makedepends = git
+ makedepends = gdk-pixbuf2
provides = resvg
conflicts = resvg
source = git+https://github.com/RazrFalcon/resvg.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index e551382fc725..7bfc81099a5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
_pkgname=resvg
pkgname=${_pkgname}-git
-pkgver=0.5.0.r1.g9d3eb6f
+pkgver=0.5.0.r6.gec7f425
pkgrel=1
pkgdesc='SVG rendering library and CLI'
arch=(i686 x86_64)
url="https://github.com/RazrFalcon/$_pkgname"
license=(MPL2)
-makedepends=(cargo qt5-base pango)
+makedepends=(cargo qt5-base pango git gdk-pixbuf2)
conflicts=(resvg)
provides=(resvg)
source=("git+${url}.git#branch=master")