summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Gahan2015-09-29 02:49:23 -0400
committerChris Gahan2015-09-29 02:49:23 -0400
commit7493a10e5748ad1f5f23cb3dd0d6ef27ece60769 (patch)
treea497a4881aae190ebe081f0c3c1790bf8c1690e6
parent18e7c6eb5ac3342f29bd5f4ae9f86be9be857d07 (diff)
downloadaur-7493a10e5748ad1f5f23cb3dd0d6ef27ece60769.tar.gz
Original website went down -- replaced with archive.org mirror
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f7741a0f6b6..8d1ab8ab92d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zettair
pkgdesc = A fast, compact search engine for HTML (or TREC) collections.
pkgver = 0.9.3
- pkgrel = 1
- url = http://www.seg.rmit.edu.au/zettair/index.html
+ pkgrel = 2
+ url = http://web.archive.org/web/20150321034649/http://www.seg.rmit.edu.au/zettair/index.html
arch = i686
arch = x86_64
license = bsd
makedepends = pkgconfig
- source = http://www.seg.rmit.edu.au/zettair/download/zettair-0.9.3.tar.bz2
+ source = http://web.archive.org/web/20150321034701/http://www.seg.rmit.edu.au/zettair/download/zettair-0.9.3.tar.bz2
md5sums = 03b437d09e605be1eab2b6c42d45165d
pkgname = zettair
diff --git a/PKGBUILD b/PKGBUILD
index 772b95e24203..14dbcb032394 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=zettair
pkgver=0.9.3
-pkgrel=1
+pkgrel=2
pkgdesc="A fast, compact search engine for HTML (or TREC) collections."
arch=('i686' 'x86_64')
-url="http://www.seg.rmit.edu.au/zettair/index.html"
+url="http://web.archive.org/web/20150321034649/http://www.seg.rmit.edu.au/zettair/index.html"
license=('bsd')
depends=()
makedepends=('pkgconfig')
-source=(http://www.seg.rmit.edu.au/zettair/download/$pkgname-$pkgver.tar.bz2)
+source=(http://web.archive.org/web/20150321034701/http://www.seg.rmit.edu.au/zettair/download/$pkgname-$pkgver.tar.bz2)
md5sums=('03b437d09e605be1eab2b6c42d45165d')
package() {