summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpezcurrel2015-10-19 15:26:28 +0200
committerpezcurrel2015-10-19 15:26:28 +0200
commit0f1a190dda50872a82652339d0b946c55e598f54 (patch)
treea724674d991d1c79c27c3e92f7a338ca505bf0eb /PKGBUILD
parentb30ef927b026b24ebeade3f7caf01be3d07c2eb2 (diff)
downloadaur-0f1a190dda50872a82652339d0b946c55e598f54.tar.gz
Update to 0.3-5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54ca9f92cbe4..457370f81804 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=xzoom
pkgver=0.3
-pkgrel=4
-pkgdesc="a screen magnifier"
-arch=('i686' 'x86_64')
+pkgrel=5
+pkgdesc="A screen magnifier"
+arch=("i686" "x86_64")
url="ftp://sunsite.unc.edu/pub/linux/libs/X/"
-license=('GPL')
-depends=('libxt' 'libxext')
-makedepends=('imake')
-source=(ftp://sunsite.unc.edu/pub/linux/libs/X/$pkgname-$pkgver.tgz
- ftp://ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/x/xzoom/xzoom_0.3-23.diff.gz)
-md5sums=('c6ecc5fade34cf46cbe8c00b93d7ac78' 'd3a397e24aba7025f94e264fea0906d0')
+license=("GPL")
+depends=("libxt" "libxext")
+makedepends=("imake")
+source=("http://webdiis.unizar.es/pub/unix/X11/xzoom-0.3.tgz"
+ "ftp://ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/x/xzoom/xzoom_0.3-23.diff.gz")
+md5sums=("c6ecc5fade34cf46cbe8c00b93d7ac78" "d3a397e24aba7025f94e264fea0906d0")
build() {
cd "$pkgname-$pkgver"
patch -Np1 < "$srcdir/xzoom_0.3-23.diff"