summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2016-03-12 23:13:40 +0200
committerAndrey Vihrov2016-03-12 23:13:40 +0200
commitedadd2c7efadb393e7de675e33ae13fd83ef2684 (patch)
treea6049bf5bb5ca6f7576e098498c9d8e84013a8be
parent8907f65941a4e4bb56d6bbb2f835882245750ce6 (diff)
downloadaur-edadd2c7efadb393e7de675e33ae13fd83ef2684.tar.gz
Update download URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a3da9553203..3c9f0d513412 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Mar 12 21:12:36 UTC 2016
pkgbase = mist-icon-theme
pkgdesc = Mist icon theme
pkgver = 2.32.1
@@ -10,7 +12,7 @@ pkgbase = mist-icon-theme
makedepends = gtk-engines
makedepends = icon-naming-utils
depends = gtk-update-icon-cache
- source = http://ftp.gnome.org/pub/GNOME/sources/gnome-themes/2.32/gnome-themes-2.32.1.tar.bz2
+ source = https://download.gnome.org/sources/gnome-themes/2.32/gnome-themes-2.32.1.tar.bz2
sha256sums = 8601ee24c2e096593221cbd6ebdb6686042225a03c02a01c0d67c163f9febd1a
pkgname = mist-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index b6e11842f6a8..960a752f63c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,20 +12,20 @@ license=('GPL')
depends=('gtk-update-icon-cache')
makedepends=('intltool' 'gtk-engines' 'icon-naming-utils')
install="mist-icon-theme.install"
-source=("http://ftp.gnome.org/pub/GNOME/sources/gnome-themes/2.32/gnome-themes-$pkgver.tar.bz2")
+source=("https://download.gnome.org/sources/gnome-themes/${pkgver%.*}/gnome-themes-${pkgver}.tar.bz2")
sha256sums=('8601ee24c2e096593221cbd6ebdb6686042225a03c02a01c0d67c163f9febd1a')
build() {
- cd "gnome-themes-$pkgver"
+ cd "gnome-themes-${pkgver}"
./configure --prefix=/usr --disable-dependency-tracking
make -C icon-themes/Mist
}
package() {
- cd "gnome-themes-$pkgver"
+ cd "gnome-themes-${pkgver}"
- make DESTDIR="$pkgdir" -C icon-themes/Mist install
+ make DESTDIR="${pkgdir}" -C icon-themes/Mist install
}
# vim:set ts=2 sw=2 et: