summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Delaney2023-12-18 12:21:53 -0500
committerRyan Delaney2023-12-18 12:21:53 -0500
commit7dbde918d023f631aec96cc2b00c1f0f25f345a0 (patch)
tree2e98c43f2c0cec6109c1acf8aeb67e03aa8d005d
parentbbbfe2a34ee46261ff6d5ea444171781defd5e9b (diff)
downloadaur-7dbde918d023f631aec96cc2b00c1f0f25f345a0.tar.gz
Update artifact URL
-rw-r--r--.AURINFO2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
3 files changed, 4 insertions, 4 deletions
diff --git a/.AURINFO b/.AURINFO
index b20ab58dc6f4..028852966d4c 100644
--- a/.AURINFO
+++ b/.AURINFO
@@ -8,7 +8,7 @@ pkgbase = an
license = GPL2
depends = words
depends = icu
- source = an-1.2.tar.bz2::http://ftp.debian.org/debian/pool/main/a/an/an_1.2.orig.tar.xz
+ source = an-1.2.tar.gz::http://ftp.debian.org/debian/pool/main/a/an/an_1.2.orig.tar.gz
pkgname = an
diff --git a/.SRCINFO b/.SRCINFO
index 9ec2c6fcc7a0..61d961e3d72d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = an
license = GPL2
depends = words
depends = icu
- source = an-1.2.tar.bz2::http://ftp.debian.org/debian/pool/main/a/an/an_1.2.orig.tar.xz
+ source = an-1.2.tar.gz::http://ftp.debian.org/debian/pool/main/a/an/an_1.2.orig.tar.gz
md5sums = 1f3465bfe2cc4458f75a7a42037b475c
pkgname = an
diff --git a/PKGBUILD b/PKGBUILD
index ad5440bb0003..3fb1a82f0072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ arch=('i686' 'x86_64')
url="https://alioth.debian.org/projects/anagram/"
license=('GPL2')
depends=('words' 'icu')
-source=("$pkgname-$pkgver.tar.bz2::http://ftp.debian.org/debian/pool/main/a/an/an_${pkgver}.orig.tar.xz")
-md5sums=('1f3465bfe2cc4458f75a7a42037b475c')
+source=("$pkgname-$pkgver.tar.gz::http://ftp.debian.org/debian/pool/main/a/an/an_${pkgver}.orig.tar.gz")
+md5sums=('5d28b8003a745f0110ed70f0cd4aa051')
build() {
cd "$srcdir/$pkgname-$pkgver"