summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87937e9cc316..62869e5fd00d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
+# Generated by mksrcinfo v8
+# Thu Jun 9 01:38:55 UTC 2016
pkgbase = lib32-glitz
pkgdesc = OpenGL image compositing library
pkgver = 0.5.6
- pkgrel = 1
+ pkgrel = 2
url = http://cairographics.org/
arch = x86_64
- groups = lib32
license = BSD
depends = lib32-libgl
depends = lib32-glibc
depends = glitz
source = https://www.archlinux.org/packages/community/i686/glitz/download/#glitz-i686.pkg.tar.xz
- md5sums = SKIP
+ md5sums = 225f53b8ba19aed8e039a97f9aa6f0a5
pkgname = lib32-glitz
diff --git a/PKGBUILD b/PKGBUILD
index b06d4a9d803e..fb5d86fe6c37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
- # Maintainer: MAZ_1 <loveayawaka 'at' gmail 'dot' com>
+# Maintainer: MAZ_1 <loveayawaka 'at' gmail 'dot' com>
+# Contributor: thr <r at sledinmay dot com>
pkgname=lib32-glitz
pkgver=0.5.6
-pkgrel=1
-pkgrel32=1
+pkgrel=2
pkgdesc="OpenGL image compositing library"
arch=('x86_64')
url="http://cairographics.org/"
depends=('lib32-libgl' 'lib32-glibc' 'glitz')
license=('BSD')
-groups=lib32
source=(https://www.archlinux.org/packages/community/i686/glitz/download/#glitz-i686.pkg.tar.xz)
-md5sums=('SKIP')
+md5sums=('225f53b8ba19aed8e039a97f9aa6f0a5')
pkgver() {
cat $srcdir/.PKGINFO | grep -oP '(?<=pkgver = )\d+\.\d+\.\d+'
}