summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Weber2019-05-24 10:04:44 +0200
committerSteffen Weber2019-05-24 10:04:44 +0200
commitdf72dcf3a7433e47777324bb3f03abf55bba4a0f (patch)
tree3a7b4ae3c1a0b3c5d4d0022a51de5ba8f121119a
parent3b4c76ad743aaed94247c116d23fcc25a3f0f435 (diff)
downloadaur-df72dcf3a7433e47777324bb3f03abf55bba4a0f.tar.gz
Fix broken links
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c13c0c420602..74cd31e459b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,10 @@
-# Generated by mksrcinfo v8
-# Thu Dec 29 18:48:41 UTC 2016
pkgbase = tango-icon-theme
pkgdesc = Icon theme that follows the Tango visual guidelines
pkgver = 0.8.90
- pkgrel = 11
+ pkgrel = 13
url = http://tango.freedesktop.org
arch = any
license = custom:public domain
- license = custom:TRADEMARKS
makedepends = imagemagick
makedepends = icon-naming-utils
makedepends = intltool
@@ -15,12 +12,10 @@ pkgbase = tango-icon-theme
options = !strip
options = !zipman
source = http://tango.freedesktop.org/releases/tango-icon-theme-0.8.90.tar.bz2
- source = http://cinderwick.ca/files/archlinux/artwork-official/symbol.svg
- source = http://cinderwick.ca/files/archlinux/licensing-docs/TRADEMARKS
+ source = https://web.archive.org/web/20180303014950if_/http://cinderwick.ca:80/files/archlinux/artwork-official/symbol.svg
source = rsvg.patch
md5sums = b7b9b16480afb781a4c13f8bceb8688b
md5sums = e9c0c2e165f2883c3fa00277635ae4ae
- md5sums = 05066419eb8239652a0467131485db4d
md5sums = 40cb8a4dd485bac0851c6fd2915d43ba
pkgname = tango-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 4c7c134cb7c7..b488176cb893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,18 @@
pkgname=tango-icon-theme
pkgver=0.8.90
-pkgrel=11
+pkgrel=13
pkgdesc="Icon theme that follows the Tango visual guidelines"
arch=('any')
url="http://tango.freedesktop.org"
-license=('custom:public domain' 'custom:TRADEMARKS')
+license=('custom:public domain')
makedepends=('imagemagick' 'icon-naming-utils' 'intltool' 'librsvg')
options=(!strip !zipman)
source=(${url}/releases/${pkgname}-${pkgver}.tar.bz2
- http://cinderwick.ca/files/archlinux/artwork-official/symbol.svg
- http://cinderwick.ca/files/archlinux/licensing-docs/TRADEMARKS
+ https://web.archive.org/web/20180303014950if_/http://cinderwick.ca:80/files/archlinux/artwork-official/symbol.svg
rsvg.patch)
md5sums=('b7b9b16480afb781a4c13f8bceb8688b'
'e9c0c2e165f2883c3fa00277635ae4ae'
- '05066419eb8239652a0467131485db4d'
'40cb8a4dd485bac0851c6fd2915d43ba')
prepare() {
@@ -38,7 +36,6 @@ package() {
# install licenses
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -m644 ../TRADEMARKS "${pkgdir}/usr/share/licenses/${pkgname}/"
cd "${pkgdir}/usr/share/icons/Tango"