summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2022-06-03 00:09:47 +0000
committerPellegrino Prevete2022-06-03 00:09:47 +0000
commit94c0954bd7c22a8afd158017030e8a273fd86a27 (patch)
tree431b6aa86e054eba07f9981aa654dd0bae56e74c
parent158e98c9575995ba75527405bceb66de5b3abdcf (diff)
downloadaur-94c0954bd7c22a8afd158017030e8a273fd86a27.tar.gz
update dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd04c3e39345..9d060c56704f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,9 @@ pkgbase = python2-libxml2
arch = pentium4
arch = x86_64
license = MIT
- makedepends = python2
makedepends = git
+ depends = python2
+ depends = libxml2
depends = zlib
depends = readline
depends = ncurses
diff --git a/PKGBUILD b/PKGBUILD
index 8b1e587e928f..1fbd63bda09d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ pkgdesc='XML parsing library, version 2'
url='https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home'
arch=(aarch64 i686 pentium4 x86_64)
license=(MIT)
-depends=(zlib readline ncurses xz icu)
-makedepends=(python2 git)
+depends=(python2 $_pkgname zlib readline ncurses xz icu)
+makedepends=(git)
_commit=a075d256fd9ff15590b86d981b75a50ead124fca # tags/v2.9.13^0
_w3_tests="https://www.w3.org/XML/Test/xmlts20130923.tar.gz"
source=("${_pkgname}::git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit"