summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"