summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a474a75d8299..8906198506b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crt-calibrator
pkgdesc = CRT monitor calibrator utility for Linux VT
- pkgver = 1.1
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/maandree/crt-calibrator
arch = i686
@@ -15,8 +15,8 @@ pkgbase = crt-calibrator
depends = glibc
depends = libdrm
depends = linux
- source = https://github.com/maandree/crt-calibrator/archive/1.1.tar.gz
- sha256sums = b271db0fb12997e5704c8d92cc7247780ac6580c19eb5829a9ce4acebe522e7e
+ source = https://github.com/maandree/crt-calibrator/archive/1.2.tar.gz
+ sha256sums = f03c3236f57272de6046a258776d374dacb8f8e84c7b9a03e2895e505ea3e9e7
pkgname = crt-calibrator
diff --git a/PKGBUILD b/PKGBUILD
index 23006315cdff..46819773feb7 100644
--- a/PKGBUILD
+++ b/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}"