summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Schwichtenberg2017-11-12 01:48:01 +0100
committerTimo Schwichtenberg2017-11-12 01:48:01 +0100
commit22caf1cd19c4b2c8ada2162f8a80d4dacec31716 (patch)
tree1788cdbb5e4179ca9ec764f3dfe05989290f251e
parent36aef5d254df8f6ddfd141eacc1b907a21b12ede (diff)
downloadaur-22caf1cd19c4b2c8ada2162f8a80d4dacec31716.tar.gz
Updated the Version, also the official announced Sha256sum is used now.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23cc65bd85ca..72a4641ac838 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = system76-wallpapers
pkgdesc = A collection of System76 Wallpapers
- pkgver = 16.04.1
+ pkgver = 17.04.0
pkgrel = 1
url = https://launchpad.net/system76-wallpapers
arch = any
license = GPL
- source = https://launchpad.net/~system76-dev/+archive/stable/+files/system76-wallpapers_16.04.1.tar.gz
- md5sums = c39c8f23906da9c67a292722f7cb3df8
+ source = https://launchpad.net/~system76-dev/+archive/stable/+files/system76-wallpapers_17.04.0.tar.gz
+ sha256sums = bcf2abce69f62594e6a0a76451cc599c1a181967df5dad59b85295d181e21c39
pkgname = system76-wallpapers
diff --git a/PKGBUILD b/PKGBUILD
index 869d74b5707f..5610022875bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-# Maintainer: Link Dupont <link@fastmail.com>
+# Maintainer: Timo Schwichtenberg <therealbassx at yahoo dot de>
+# Contributor: Link Dupont <link@fastmail.com>
pkgname=system76-wallpapers
-pkgver=16.04.1
+pkgver=17.04.0
pkgrel=1
pkgdesc="A collection of System76 Wallpapers"
arch=('any')
url="https://launchpad.net/system76-wallpapers"
license=('GPL')
source=("https://launchpad.net/~system76-dev/+archive/stable/+files/${pkgname}_${pkgver}.tar.gz")
-md5sums=('c39c8f23906da9c67a292722f7cb3df8')
+sha256sums=('bcf2abce69f62594e6a0a76451cc599c1a181967df5dad59b85295d181e21c39')
package() {
- cd "${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}"
install -m755 -d ${pkgdir}/usr/share/backgrounds
install -m644 -D backgrounds/* ${pkgdir}/usr/share/backgrounds/
install -m644 -D ${pkgname}.xml ${pkgdir}/usr/share/gnome-background-properties/${pkgname}.xml