summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Warrick2018-07-27 17:45:46 +0200
committerChris Warrick2018-07-27 17:45:46 +0200
commit44590f80264ff4175a648799fca740140a9d0201 (patch)
treecec4adc653238639ae2851830875172fba2578ed
parentf9ee64c0aca782cec99a8c35789dcaeaea0e0bb4 (diff)
downloadaur-44590f80264ff4175a648799fca740140a9d0201.tar.gz
Fix URLs for Faenza-Cupertino yet again (apparently those were not static)
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b175cdfee044..206ae59a0186 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = faenza-cupertino-icon-theme
pkgdesc = Icon theme designed for Equinox GTK theme, recolored
pkgver = 9
- pkgrel = 5
+ pkgrel = 6
epoch = 1
url = http://gnome-look.org/content/show.php/Faenza-Cupertino?content=129008
arch = any
license = GPL3
depends = faenza-icon-theme
- source = https://dl.opendesktop.org/api/files/downloadfile/id/1460759361/s/8d4b543e3eeb11ad730ae0330db2a72b/t/1532702321/u/129008-Faenza-Cupertino.tar.gz
- source = https://dl.opendesktop.org/api/files/downloadfile/id/1460758744/s/c1a1e847658ddc8acdb81541ed4edc23/t/1532702440/u/133677-Faenza-Cupertino-Dark.tar.gz
+ source = 129008-Faenza-Cupertino.tar.gz::https://www.opendesktop.org/p/1012542/startdownload?file_id=1460759361&file_name=129008-Faenza-Cupertino.tar.gz&file_type=application/x-gzip&file_size=259707&url=https%3A%2F%2Fdl.opendesktop.org%2Fapi%2Ffiles%2Fdownloadfile%2Fid%2F1460759361%2Fs%2Fcca6b18ed9013a26ec1ee4b59cd4d28f%2Ft%2F1532709546%2Fu%2F%2F129008-Faenza-Cupertino.tar.gz
+ source = 133677-Faenza-Cupertino-Dark.tar.gz::https://www.opendesktop.org/p/1012259/startdownload?file_id=1460758744&file_name=133677-Faenza-Cupertino-Dark.tar.gz&file_type=application/x-gzip&file_size=205873&url=https%3A%2F%2Fdl.opendesktop.org%2Fapi%2Ffiles%2Fdownloadfile%2Fid%2F1460758744%2Fs%2F8a15d5631eca905e04cb508da9f9167a%2Ft%2F1532709543%2Fu%2F%2F133677-Faenza-Cupertino-Dark.tar.gz
sha1sums = a691e8489a857f7e3891d7f02cbcda14f7c81a45
sha1sums = ff1854636fcee20ab10ada5fc60a87dfb6e7e01f
diff --git a/PKGBUILD b/PKGBUILD
index ede268ab9dd3..8d5f0873e425 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=faenza-cupertino-icon-theme
epoch=1
pkgver=9
-pkgrel=5
+pkgrel=6
pkgdesc="Icon theme designed for Equinox GTK theme, recolored"
url="http://gnome-look.org/content/show.php/Faenza-Cupertino?content=129008"
# and https://www.gnome-look.org/content/show.php/Faenza-Cupertino-Dark?content=133677
@@ -13,13 +13,13 @@ arch=('any')
makedepends=()
depends=('faenza-icon-theme')
optdepends=()
-source=("https://dl.opendesktop.org/api/files/downloadfile/id/1460759361/s/8d4b543e3eeb11ad730ae0330db2a72b/t/1532702321/u/129008-Faenza-Cupertino.tar.gz"
- "https://dl.opendesktop.org/api/files/downloadfile/id/1460758744/s/c1a1e847658ddc8acdb81541ed4edc23/t/1532702440/u/133677-Faenza-Cupertino-Dark.tar.gz")
+source=("129008-Faenza-Cupertino.tar.gz::https://www.opendesktop.org/p/1012542/startdownload?file_id=1460759361&file_name=129008-Faenza-Cupertino.tar.gz&file_type=application/x-gzip&file_size=259707&url=https%3A%2F%2Fdl.opendesktop.org%2Fapi%2Ffiles%2Fdownloadfile%2Fid%2F1460759361%2Fs%2Fcca6b18ed9013a26ec1ee4b59cd4d28f%2Ft%2F1532709546%2Fu%2F%2F129008-Faenza-Cupertino.tar.gz"
+ "133677-Faenza-Cupertino-Dark.tar.gz::https://www.opendesktop.org/p/1012259/startdownload?file_id=1460758744&file_name=133677-Faenza-Cupertino-Dark.tar.gz&file_type=application/x-gzip&file_size=205873&url=https%3A%2F%2Fdl.opendesktop.org%2Fapi%2Ffiles%2Fdownloadfile%2Fid%2F1460758744%2Fs%2F8a15d5631eca905e04cb508da9f9167a%2Ft%2F1532709543%2Fu%2F%2F133677-Faenza-Cupertino-Dark.tar.gz")
sha1sums=('a691e8489a857f7e3891d7f02cbcda14f7c81a45'
'ff1854636fcee20ab10ada5fc60a87dfb6e7e01f')
package() {
mkdir -p "${pkgdir}/usr/share/icons"
- cp -raf "${srcdir}/Faenza-Cupertino*" "${pkgdir}/usr/share/icons/"
+ cp -raf "${srcdir}/"Faenza-Cupertino* "${pkgdir}/usr/share/icons/"
chown -R root:root "${pkgdir}/usr"
}