summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d6053b1c30d..261a37e0b6a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
+# Maintainer: Julius Freudenberger <contact@jfreudenberger.de>
+# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
# Contributor: Louis Tim Larsen <louis(a)louis.dk>
pkgname='xubuntu-community-artwork'
-pkgver=20.04.0
-pkgrel=2
+pkgver=22.04.0
+pkgrel=1
pkgdesc='Xubuntu community wallpapers'
arch=('any')
url='https://launchpad.net/xubuntu-community-artwork'
@@ -11,12 +12,12 @@ _pool_url='http://archive.ubuntu.com/ubuntu/pool/universe'
license=('custom')
# http://archive.ubuntu.com/ubuntu/pool/universe/x/xubuntu-community-artwork/
source=("${_pool_url}/${pkgname::1}/${pkgname}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('2a40074fae8754babc4e7c7e141ad2163f1f40cdf0e5ac6b267f432658d09dd1')
+sha256sums=('b5d2ebb327625f2b7461bae7c29ceb438620e381305eb2b9531ef61e094773c2')
package() {
cd "${pkgname}"
install -Dvm644 "usr/share/xfce4/backdrops/"*.{'jpg','png'} -t "${pkgdir}/usr/share/backgrounds/xfce"
- install -Dvm644 'README' -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dvm644 'README.md' -t "${pkgdir}/usr/share/doc/${pkgname}"
install -Dvm644 "debian/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}