summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcb4ddb8de3c..31a752440b3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Link Dupont <link@fastmail.com>
pkgname=system76-wallpapers
-pkgver=18.04.1+1522964526+17.10~4666c43
+pkgver=18.04.2~1525874807~18.04~d6171e2~dev
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.xz")
-sha256sums=('5d9ba5295a08b0f49481db1ef46488f8a0fedaa9e4fc9d5e2a55aa52c94cab16')
+sha256sums=('dfe9b8c7092ae83d055943fcfeb8463cd14dffe8768e7af2caa663eec2675f2c')
package() {
cd "${srcdir}"
install -m755 -d ${pkgdir}/usr/share/backgrounds
- install -m644 -D 4666c43e06ff1f7c4314f1e5e8fa4b36aafb8347_artful/backgrounds/* ${pkgdir}/usr/share/backgrounds/
- install -m644 -D 4666c43e06ff1f7c4314f1e5e8fa4b36aafb8347_artful/${pkgname}.xml ${pkgdir}/usr/share/gnome-background-properties/${pkgname}.xml
+ install -m644 -D d6171e2708cb91fc3f5a7e6749cbfb27a547ca9f_bionic/backgrounds/* ${pkgdir}/usr/share/backgrounds/
+ install -m644 -D d6171e2708cb91fc3f5a7e6749cbfb27a547ca9f_bionic/${pkgname}.xml ${pkgdir}/usr/share/gnome-background-properties/${pkgname}.xml
}