summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlester2015-09-06 14:12:11 +0800
committerlester2015-09-06 14:12:11 +0800
commitd76a0756803f97676c86e55a4c668ecc09208c56 (patch)
treec0a187564c96c00e14be32122e379490e381f250
parent546bd071a2915948cb611a62b0ab96c9f3fa7c4c (diff)
downloadaur-d76a0756803f97676c86e55a4c668ecc09208c56.tar.gz
Fix package url path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24a4a94c7565..54c3fb6928eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = lubuntu-artwork
optdepends = gtk-engine-murrine: gtk2 theme support
optdepends = elementary-icon-theme: icons support
optdepends = gtk-engine-unico: gtk3 theme support
- source = http://archive.ubuntu.com/ubuntu/pool/universe/l/lubuntu-artwork/lubuntu-artwork_0.55.tar.gz
+ source = http://archive.ubuntu.com/ubuntu/pool/universe/l/lubuntu-artwork/lubuntu-artwork_0.55.tar.xz
sha256sums = fe0161a2a9b00211c35c0c1acc3915040513b3db8cddda7aa643a9b6e2d6ca96
pkgname = lubuntu-artwork
diff --git a/PKGBUILD b/PKGBUILD
index 291ac5477fec..89e0ddc393fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('GPL')
optdepends=('gtk-engine-murrine: gtk2 theme support'
'elementary-icon-theme: icons support'
'gtk-engine-unico: gtk3 theme support')
-source=("http://archive.ubuntu.com/ubuntu/pool/universe/l/${pkgname}/${pkgname}_${pkgver}.tar.gz")
+source=("http://archive.ubuntu.com/ubuntu/pool/universe/l/${pkgname}/${pkgname}_${pkgver}.tar.xz")
sha256sums=('fe0161a2a9b00211c35c0c1acc3915040513b3db8cddda7aa643a9b6e2d6ca96')
package(){