summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-07-07 10:28:17 -0600
committerMark Wagie2021-07-07 10:28:17 -0600
commit07069c45afdb0c3406212e2107e45706e543f399 (patch)
treef4c388f0a047a998d156077e7fbdc6dea41d61ca
parent8b571dda390e314dbbbe126b2f87f104e51d5da6 (diff)
downloadaur-07069c45afdb0c3406212e2107e45706e543f399.tar.gz
switch to hirsute branch
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5fe6e1db085..59d96e11dfdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = system76-wallpapers
pkgdesc = A collection of System76 Wallpapers
- pkgver = 18.04.2~1611351210~20.04~52abc1e~dev
+ pkgver = 18.04.2~1611351210~21.04~52abc1e~dev
pkgrel = 1
url = https://github.com/pop-os/system76-wallpapers
arch = any
license = GPL
- source = https://launchpad.net/~system76-dev/+archive/ubuntu/stable/+sourcefiles/system76-wallpapers/18.04.2~1611351210~20.04~52abc1e~dev/system76-wallpapers_18.04.2~1611351210~20.04~52abc1e~dev.tar.xz
- sha256sums = 7944886badd733568b2d09c925e3a9c84d45372e8209068d2fed7fbc340bc1c2
+ source = https://launchpad.net/~system76-dev/+archive/ubuntu/stable/+sourcefiles/system76-wallpapers/18.04.2~1611351210~21.04~52abc1e~dev/system76-wallpapers_18.04.2~1611351210~21.04~52abc1e~dev.tar.xz
+ sha256sums = 845c5937adfd4dbe32589a154c7ee33f4b59b4fa3297f2f16d19b4c59f8fb4c4
pkgname = system76-wallpapers
-
diff --git a/PKGBUILD b/PKGBUILD
index 5993b3dc4598..0a98617409bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,18 @@
# Contributor: Timo Schwichtenberg <therealbassx at yahoo dot de>
# Contributor: Link Dupont <link@fastmail.com>
pkgname=system76-wallpapers
-pkgver=18.04.2~1611351210~20.04~52abc1e~dev
+pkgver=18.04.2~1611351210~21.04~52abc1e~dev
pkgrel=1
pkgdesc="A collection of System76 Wallpapers"
arch=('any')
url="https://github.com/pop-os/system76-wallpapers"
license=('GPL')
source=("https://launchpad.net/~system76-dev/+archive/ubuntu/stable/+sourcefiles/$pkgname/$pkgver/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('7944886badd733568b2d09c925e3a9c84d45372e8209068d2fed7fbc340bc1c2')
+sha256sums=('845c5937adfd4dbe32589a154c7ee33f4b59b4fa3297f2f16d19b4c59f8fb4c4')
package() {
- _commit='52abc1e8996891210beb66ae75796f5986bfea82_focal'
+ _commit='52abc1e8996891210beb66ae75796f5986bfea82_hirsute'
- install -d "$pkgdir/usr/share/backgrounds"
- install -Dm644 "$_commit/backgrounds/"* "$pkgdir/usr/share/backgrounds"
+ install -Dm644 "$_commit/backgrounds/"* -t "$pkgdir/usr/share/backgrounds"
install -Dm644 "$_commit/$pkgname.xml" -t "$pkgdir/usr/share/gnome-background-properties"
}