aboutsummaryrefslogtreecommitdiffstats
path: root/dist/archlinux/stable/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-10 22:25:51 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-10 22:25:51 +0200
commit7187a0eacfce64a808d33fb1edb3c73ea63ba7d6 (patch)
tree4c3021737244b4c4ffa07feda62f0c1f5b2882ff /dist/archlinux/stable/PKGBUILD
parentadd support for graphics cards that report crtc:s without connectors (diff)
downloadcrt-calibrator-7187a0eacfce64a808d33fb1edb3c73ea63ba7d6.tar.gz
crt-calibrator-7187a0eacfce64a808d33fb1edb3c73ea63ba7d6.tar.bz2
crt-calibrator-7187a0eacfce64a808d33fb1edb3c73ea63ba7d6.tar.xz
update dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--dist/archlinux/stable/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index 2300631..4681977 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=crt-calibrator
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="CRT monitor calibrator utility for Linux VT"
url="https://github.com/maandree/crt-calibrator"
@@ -10,7 +10,7 @@ license=(GPL3)
depends=(glibc libdrm linux)
makedepends=(make coreutils gcc glibc libdrm linux)
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=(b271db0fb12997e5704c8d92cc7247780ac6580c19eb5829a9ce4acebe522e7e)
+sha256sums=(f03c3236f57272de6046a258776d374dacb8f8e84c7b9a03e2895e505ea3e9e7)
build() {
cd "${srcdir}/crt-calibrator-${pkgver}"