aboutsummaryrefslogtreecommitdiffstats
path: root/community/xgamma/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xgamma/APKBUILD')
-rw-r--r--community/xgamma/APKBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/xgamma/APKBUILD b/community/xgamma/APKBUILD
index 64c118eea28..6d46d9ab401 100644
--- a/community/xgamma/APKBUILD
+++ b/community/xgamma/APKBUILD
@@ -1,14 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xgamma
-pkgver=1.0.6
-pkgrel=0
+pkgver=1.0.7
+pkgrel=1
pkgdesc="Alter a monitor's gamma correction through the X server"
-url="http://xorg.freedesktop.org/"
+url="https://xorg.freedesktop.org/"
arch="all"
license="custom"
subpackages="$pkgname-doc"
makedepends="libx11-dev libxxf86vm-dev"
-source="https://www.x.org/releases/individual/app/xgamma-$pkgver.tar.bz2"
+source="https://www.x.org/releases/individual/app/xgamma-$pkgver.tar.xz"
build() {
./configure \
@@ -22,4 +22,6 @@ build() {
package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="2d41798e15ac8c6f6731a2da29589207d936eaee1223ce6f3ca948e67d63c5c8b955d11c7db092dcd8c66a6209bd15c1de3dc1446dad4b4277134f010c6fc47a xgamma-1.0.6.tar.bz2"
+sha512sums="
+9eeee9b537dcae9e4d153774eb632a6a5e8dd32bebadc9bbd897a773e5b56f76848f32a1699b8c921d3094760c42b5083365d853b89ab31fd85c7a0d46feeceb xgamma-1.0.7.tar.xz
+"