summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-25 17:00:37 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-25 18:37:35 -0300
commitd00948d93ef4fe868a43b1fc0e1e99d16cd01087 (patch)
tree77dd0d59147e5e6ef618aff1a581661fd3e177f8 /libre
parent187d0bf58fde46cf1b6b68a2d98201523945a92e (diff)
glib2-static-2.50.2-1: updating version
Diffstat (limited to 'libre')
-rw-r--r--libre/glib2-static/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/glib2-static/PKGBUILD b/libre/glib2-static/PKGBUILD
index 2041c3800..bbafe89cc 100644
--- a/libre/glib2-static/PKGBUILD
+++ b/libre/glib2-static/PKGBUILD
@@ -3,13 +3,13 @@
pkgbase=glib2
pkgname=glib2-static
-pkgver=2.49.7+6+g3602f93
+pkgver=2.50.2
pkgrel=1
pkgdesc="Low level core library (static libraries only)"
url="http://www.gtk.org/"
arch=(i686 x86_64 armv7h)
-makedepends=('python' 'git')
-_commit=3602f934855a484c5eec28f12a6535e14de1778d
+makedepends=(python git)
+_commit=224f8171dceca920cfd8a4b446726b7610cdafd9 # tags/2.50.2^0
source=("git://git.gnome.org/glib#commit=$_commit"
revert-warn-glib-compile-schemas.patch)
sha256sums=('SKIP'
@@ -41,9 +41,9 @@ check() {
}
package() {
- depends=('glib2')
- options=('staticlibs')
- license=('LGPL')
+ depends=(glib2)
+ options=(staticlibs)
+ license=(LGPL)
cd glib
make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" install