summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn K. Luebs2016-12-02 16:57:19 -0500
committerJohn K. Luebs2016-12-02 16:57:19 -0500
commitd4193e475e35cd6c57818390617f9e13e7f42853 (patch)
tree2c6eaa840c82ae82a6395e6d1eec62ded572efda /PKGBUILD
parentc1645bc7122fc39f90de68ea7ebee7f7f931c993 (diff)
downloadaur-d4193e475e35cd6c57818390617f9e13e7f42853.tar.gz
bump to 0.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcc8ad7ce3f5..5cd9b6417264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# $Id$
# Maintainer: John K. Luebs <jkluebs@luebsphoto.com>
pkgname=xiccd
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc="Simple bridge between colord and X"
arch=(i686 x86_64)
@@ -9,7 +9,7 @@ url="https://github.com/agalakhov/xiccd"
license=(GPL)
depends=(colord libxrandr)
source=(https://github.com/agalakhov/${pkgname}/archive/v${pkgver}.tar.gz)
-sha1sums=('45831c211fe7eafc13c36f0fce9549c42373380d')
+sha1sums=('2dc46b778e280fbccad473ba9323ecd45e36c043')
build() {
cd $pkgname-$pkgver