summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Humm2019-09-14 20:15:44 +0200
committerChristian Humm2019-09-14 20:15:44 +0200
commit74a9c9cc719a4b4f0d4c9d88d0b218bd64e5149a (patch)
tree1d50f85450283735e660c4335f9a5fa6014a3504
parente46038cb4530e951fea3637954aaa16a6c357732 (diff)
downloadaur-74a9c9cc719a4b4f0d4c9d88d0b218bd64e5149a.tar.gz
Updated source url (thanks to Louis for the hint)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b4b3a517f5a..788e4e9dfe96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = antergos-wallpapers
url = http://www.antergos.com
arch = any
license = CCPL:by-nc-sa
- source = http://repo.antergos.info/antergos/x86_64/antergos-wallpapers-0.7-3-any.pkg.tar.xz
+ source = http://mirrors.antergos.com/antergos/x86_64/antergos-wallpapers-0.7-3-any.pkg.tar.xz
sha256sums = 15b255ebf16fa4910b08ff59a0421b75d0b5289ffc62227990d619a730105fff
pkgname = antergos-wallpapers
diff --git a/PKGBUILD b/PKGBUILD
index b36e9885c6d4..3b44db4eefeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="The default wallpapers for Antergos"
arch=('any')
url="http://www.antergos.com"
license=('CCPL:by-nc-sa')
-source=("http://repo.antergos.info/antergos/x86_64/${pkgname}-${pkgver}-${pkgrel}-${arch}.pkg.tar.xz")
+source=("http://mirrors.antergos.com/antergos/x86_64/${pkgname}-${pkgver}-${pkgrel}-${arch}.pkg.tar.xz")
sha256sums=('15b255ebf16fa4910b08ff59a0421b75d0b5289ffc62227990d619a730105fff')
package() {
@@ -18,7 +18,7 @@ package() {
install -d "${pkgdir}/usr/share/cinnamon-background-properties"
install -m644 usr/share/cinnamon-background-properties/antergos.xml "${pkgdir}/usr/share/cinnamon-background-properties/"
-
+
install -d "${pkgdir}/usr/share/gnome-background-properties"
install -m644 usr/share/gnome-background-properties/antergos-backgrounds-4-3.xml "${pkgdir}/usr/share/gnome-background-properties/"
}