summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryhfudev2018-08-04 16:53:28 -0400
committeryhfudev2018-08-04 16:53:28 -0400
commit132f9814f6cb0b27a0460f42913d50e9488458ee (patch)
tree090aea452d20d19b25a2a7aaa322075b4bbf3a53
parent1fc0f9c700c7af16839a98aa96694d6b5c8d54dc (diff)
downloadaur-pygccxml.tar.gz
update to 1.9.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 596011e6a769..e6cbac221b62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Apr 29 13:25:44 UTC 2016
pkgbase = pygccxml
pkgdesc = Simple framework to navigate C++ declarations, using Python classes.
- pkgver = 1.7.4
+ pkgver = 1.9.1
pkgrel = 1
url = https://github.com/gccxml/pygccxml
arch = i686
@@ -11,8 +9,8 @@ pkgbase = pygccxml
depends = gccxml-git
depends = python2
options = !strip
- source = https://github.com/gccxml/pygccxml/archive/v1.7.4.tar.gz
- sha256sums = 5f5ea231e2661b99588ac5cd413d1be11684bb8601b8df1483078d2f64a3ee25
+ source = https://github.com/gccxml/pygccxml/archive/v1.9.1.tar.gz
+ sha256sums = 2fb4e18f7a3ae039a05230ca58f11e1fc925c8643f926a1be481bb4338414a95
pkgname = pygccxml
diff --git a/PKGBUILD b/PKGBUILD
index ee5008d3b450..e4f1d0ed0642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Benjamin Chretien <chretien at lirmm dot fr>
+# Maintainer: Yunhui Fu <yhfudev at gmail dot com>
+# Contributor: Benjamin Chretien <chretien at lirmm dot fr>
# Contributor: zarra <zarraxx@gmail.com>
pkgname=pygccxml
-pkgver=1.7.4
+pkgver=1.9.1
pkgrel=1
pkgdesc="Simple framework to navigate C++ declarations, using Python classes."
arch=('i686' 'x86_64')
@@ -11,7 +12,7 @@ depends=('gccxml-git' 'python2')
options=(!strip)
source=("https://github.com/gccxml/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('5f5ea231e2661b99588ac5cd413d1be11684bb8601b8df1483078d2f64a3ee25')
+sha256sums=('2fb4e18f7a3ae039a05230ca58f11e1fc925c8643f926a1be481bb4338414a95')
build() {
cd "${srcdir}/pygccxml-${pkgver}"