summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD18
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50650780112a..b4f606c1eccd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xzoom
- pkgdesc = a screen magnifier
+ pkgdesc = A screen magnifier
pkgver = 0.3
- pkgrel = 4
+ pkgrel = 5
url = ftp://sunsite.unc.edu/pub/linux/libs/X/
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = xzoom
makedepends = imake
depends = libxt
depends = libxext
- source = ftp://sunsite.unc.edu/pub/linux/libs/X/xzoom-0.3.tgz
+ source = http://webdiis.unizar.es/pub/unix/X11/xzoom-0.3.tgz
source = ftp://ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/x/xzoom/xzoom_0.3-23.diff.gz
md5sums = c6ecc5fade34cf46cbe8c00b93d7ac78
md5sums = d3a397e24aba7025f94e264fea0906d0
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"