summaryrefslogtreecommitdiffstats
path: root/abs/core/xorg-xrefresh/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/xorg-xrefresh/PKGBUILD')
-rw-r--r--abs/core/xorg-xrefresh/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/abs/core/xorg-xrefresh/PKGBUILD b/abs/core/xorg-xrefresh/PKGBUILD
index c5e36f9..8c1dc72 100644
--- a/abs/core/xorg-xrefresh/PKGBUILD
+++ b/abs/core/xorg-xrefresh/PKGBUILD
@@ -1,18 +1,19 @@
-# $Id: PKGBUILD 151005 2012-02-24 13:07:46Z allan $
+# $Id$
+# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xrefresh
-pkgver=1.0.4
-pkgrel=3
+pkgver=1.0.5
+pkgrel=1
pkgdesc="Refresh all or part of an X screen"
arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/"
+url="https://xorg.freedesktop.org/"
license=('custom')
depends=('libx11')
makedepends=('xorg-util-macros')
groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xrefresh-${pkgver}.tar.bz2)
-sha1sums=('5e85ee14ea9a357c1d4372bbc068a8d452a134aa')
+source=(https://xorg.freedesktop.org/archive/individual/app/xrefresh-${pkgver}.tar.bz2)
+sha256sums=('3213671b0a8a9d1e8d1d5d9e3fd86842c894dd9acc1be2560eda50bc1fb791d6')
build() {
cd "${srcdir}/xrefresh-${pkgver}"