summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-02-03 21:44:42 +0100
committerGordian Edenhofer2016-02-03 21:44:42 +0100
commitb7a0065a7ecbe9ebe5aacd99720e300722716258 (patch)
treef5fcdfdc308e9da6b3ae23b10e64d11c3df58530
parent1e0fc840c712d6a957fa31e26d8aa49a70764cde (diff)
downloadaur-b7a0065a7ecbe9ebe5aacd99720e300722716258.tar.gz
Upgpkg: 1.1.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd480d786548..2d9e9586c133 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Wed Feb 3 20:44:46 UTC 2016
pkgbase = semt
pkgdesc = Processing the "Extended display identification data" (EDID) in order to apply a custom resolution. This is helpfull if the concerning monitor does not provide an EDID itself or its EDID is corrupted.
- pkgver = 1.1
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/Edenhofer/semt
arch = any
license = GPL2
depends = glibc
- source = semt-1.1.tar.gz::https://github.com/Edenhofer/semt/archive/v1.1.tar.gz
- md5sums = e9d1ab41f5122a2bcbf79937cbcfad0c
+ source = semt-1.1.1.tar.gz::https://github.com/Edenhofer/semt/archive/v1.1.1.tar.gz
+ md5sums = e869b0c7ad9f46bdea1a89a2a7f4facc
pkgname = semt
diff --git a/PKGBUILD b/PKGBUILD
index 47c408ab952d..f350ee14f0ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=semt
-pkgver=1.1
+pkgver=1.1.1
pkgrel=1
pkgdesc="Processing the \"Extended display identification data\" (EDID) in order to apply a custom resolution. This is helpfull if the concerning monitor does not provide an EDID itself or its EDID is corrupted."
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL2')
url="https://github.com/Edenhofer/semt"
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Edenhofer/semt/archive/v${pkgver}.tar.gz")
-md5sums=('e9d1ab41f5122a2bcbf79937cbcfad0c')
+md5sums=('e869b0c7ad9f46bdea1a89a2a7f4facc')
build() {
make -C "${srcdir}/${pkgname}-${pkgver}" all