summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Tim Larsen2016-04-22 21:34:10 +0200
committerLouis Tim Larsen2016-04-22 21:34:10 +0200
commited8ca9dfa9271584c1cbe62cf488c6c414104457 (patch)
tree0a6887c11b1418cb4cd8d4467f939460e8d0d03b
parent9dd0c5a316b210cce8a96ab7b18830f847ead11e (diff)
downloadaur-ed8ca9dfa9271584c1cbe62cf488c6c414104457.tar.gz
Location of license file corrected
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 405b7588287d..62b8ded8aae7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xubuntu-community-artwork
pkgdesc = Community wallpapers from Xubuntu 14.04 & 16.04
pkgver = 16.04.0
- pkgrel = 3
+ pkgrel = 4
url = http://xubuntu.org/news/xubuntu-16-04-wallpaper-competition-winners/
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index d0bdd67824b9..d788826b8c57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xubuntu-community-artwork
pkgver=16.04.0
-pkgrel=3
+pkgrel=4
pkgdesc="Community wallpapers from Xubuntu 14.04 & 16.04"
arch=(any)
url="http://xubuntu.org/news/xubuntu-16-04-wallpaper-competition-winners/"
@@ -15,9 +15,10 @@ sha512sums=('cca20d1e317168a00bbae5e3aadcf73db8c0f12504701aa36be2d53de7b9cef7919
'1357f5461c3a8a13d7f55ce8744770c69e681062319b535b4aec813caa2911c675ce59e77f9ad2810dd58c4e7f9898a8607d4f9f7b4133e9f0de5c4e5dd1673b')
package() {
- mkdir -p "$pkgdir"/usr/share/xfce4/backdrops/ "$pkgdir"/usr/share/gnome-background-properties/ "$pkgdir"/usr/share/license/"$pkgname"/
+ mkdir -p "$pkgdir"/usr/share/xfce4/backdrops/
+"$pkgdir"/usr/share/gnome-background-properties/ "$pkgdir"/usr/share/licenses/"$pkgname"/
cd "$srcdir"/$pkgname-$pkgver/usr/share/xfce4/backdrops/
cp *.jpg "$pkgdir"/usr/share/xfce4/backdrops/
cp "$srcdir"/xubuntu-community-wallpapers.xml "$pkgdir"/usr/share/gnome-background-properties/
- cp "$srcdir"/LICENSE "$pkgdir"/usr/share/license/"$pkgname"/
+ cp "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/
}