summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Vorotnikov2017-09-23 03:22:36 +0300
committerArtem Vorotnikov2017-09-23 03:22:36 +0300
commit192759e4a88872d9b014a3f10dd19cd2db47c0f2 (patch)
tree7bca4c4c68fd71d0c9a81c89eb7e97f0e096869e
parentaa140bae238eccba30833cbd9318b695727e982f (diff)
downloadaur-192759e4a88872d9b014a3f10dd19cd2db47c0f2.tar.gz
New version
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD11
3 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a9233ce26f5..b54ce06115cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Oct 27 10:46:14 UTC 2016
pkgbase = gxml
pkgdesc = GObject XML and Serialization API
- pkgver = 0.12.0
+ pkgver = 0.14.3
pkgrel = 1
url = https://wiki.gnome.org/GXml
arch = i686
@@ -10,11 +8,12 @@ pkgbase = gxml
license = LGPL
makedepends = gobject-introspection
makedepends = vala
+ makedepends = intltool
depends = glib2
depends = libgee
depends = libxml2
- source = http://ftp.gnome.org/pub/gnome/sources/gxml/0.12/gxml-0.12.0.tar.xz
- sha256sums = f9310d81078df031c8a5defc90be814a4666e641fb242cd3f4b6f3b6706fb44d
+ source = http://ftp.gnome.org/pub/gnome/sources/gxml/0.14/gxml-0.14.3.tar.xz
+ sha256sums = b4f9739f924fefc90dd5d54da7680a50377bfba1342bd16436ab387c631e3b41
pkgname = gxml
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..c825271e4818
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg
+src
+gxml*
diff --git a/PKGBUILD b/PKGBUILD
index a107d88c9e5a..ec42b19e6e15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,18 @@
_pkgname=gxml
+_major=0
+_minor=14
+_patch=3
pkgname=$_pkgname
-pkgver=0.12.0
+pkgver=$_major.$_minor.$_patch
pkgrel=1
pkgdesc="GObject XML and Serialization API"
arch=('i686' 'x86_64')
license=('LGPL')
depends=('glib2' 'libgee' 'libxml2')
-makedepends=('gobject-introspection' 'vala')
+makedepends=('gobject-introspection' 'vala' 'intltool')
url="https://wiki.gnome.org/GXml"
-source=('http://ftp.gnome.org/pub/gnome/sources/gxml/0.12/gxml-0.12.0.tar.xz')
-sha256sums=('f9310d81078df031c8a5defc90be814a4666e641fb242cd3f4b6f3b6706fb44d')
+source=("http://ftp.gnome.org/pub/gnome/sources/gxml/$_major.$_minor/gxml-$_major.$_minor.$_patch.tar.xz")
+sha256sums=('b4f9739f924fefc90dd5d54da7680a50377bfba1342bd16436ab387c631e3b41')
build() {
cd "$srcdir/$_pkgname-$pkgver"