summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrás Czigány2015-06-10 18:51:48 +0200
committerAndrás Czigány2015-06-10 18:51:48 +0200
commit27a25f8ca95fc0315f4bfebabc91815bf1ecc2f0 (patch)
tree616fc770ebd8fec38d353a21f12b23ff7451c03d /PKGBUILD
parent5ec291a00deefca9ac6ad4d8dc344c93497dc77e (diff)
downloadaur-27a25f8ca95fc0315f4bfebabc91815bf1ecc2f0.tar.gz
upgrade to 1.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0618d21a90d0..4b0ca54b6c00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andras Czigany <andras dot czigany dot 'thirteen with digits' at gmail dot com>
pkgname=xorg-xgc
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
pkgdesc="Xaw-based graphics demo that shows/tests various features of the X11 core protocol graphics primitives."
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
@@ -11,7 +11,7 @@ depends=('libxaw')
makedepends=('xorg-util-macros')
groups=('xorg-apps' 'xorg')
source=(http://xorg.freedesktop.org/archive/individual/app/xgc-${pkgver}.tar.bz2)
-sha256sums=('5ed8dc52619ed563ad51b8428a1e1678cdd40b30e8160396ee9e41b46f247e8d')
+sha256sums=('14828d9bda358ad57efc0206bc416ee33ba542091edb186485cca5389adc2f5e')
build() {
cd "${srcdir}/xgc-${pkgver}"
@@ -24,4 +24,4 @@ package() {
make DESTDIR="${pkgdir}" install
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-} \ No newline at end of file
+}