summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorautinerd2024-04-05 06:27:24 +0200
committerautinerd2024-04-05 06:27:24 +0200
commitcd5697adcaf1dfe42a5fcecaaa90af03dbb3e13b (patch)
tree60e4788360401738b964f8f2cec876f6b2afc4b5
parent5c156032117cedc7b61ca57ac84983c7fa26b1a2 (diff)
downloadaur-ubuntu-wallpapers.tar.gz
Version 24.04.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 6 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7522d4cdc4ac..c743837b1752 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = ubuntu-wallpapers
pkgdesc = The default Wallpapers for Ubuntu
- pkgver = 23.10.4
+ pkgver = 24.04.2
pkgrel = 1
url = https://launchpad.net/ubuntu-wallpapers
arch = any
license = custom
makedepends = python-distutils-extra
makedepends = python-setuptools
- source = http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-wallpapers/ubuntu-wallpapers_23.10.4.orig.tar.gz
- source = http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-wallpapers/ubuntu-wallpapers_23.10.4.debian.tar.xz
- sha512sums = 5d99db3ca1bed9ff55d9c4db4e66542f1279df6cb6f7ec8a242e362eaacded10c31a3d3a6c6c1adae6413ad5d5364f1a1e61fe1d968532ffdcd2ff7dfe7ea44e
- sha512sums = 709619d268b9622cb3df56e0a7eca021ab822a9020ea0a7ce59755f9ee27818e6d0fd0dc2b88820f451f28c50475926e07bbee7af10efcdb7b29f750fc36d3f8
+ source = http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-wallpapers/ubuntu-wallpapers_24.04.2.orig.tar.gz
+ sha512sums = 18cbf8498d2445350053fe472b7d081ae92df01911f15b5bd96c912f4ebb7dd6a4bfe8f90d25a16aba3f8d317faf1fbe8f381d437e95d669cf0d2dc06c898a28
pkgname = ubuntu-wallpapers
diff --git a/PKGBUILD b/PKGBUILD
index 344430b47b18..eb0f5fcc4bed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Ewout van Mansom <ewout@vanmansom.name>
pkgname='ubuntu-wallpapers'
-pkgver=23.10.4
+pkgver=24.04.2
pkgrel=1
pkgdesc='The default Wallpapers for Ubuntu'
arch=('any')
@@ -20,19 +20,11 @@ makedepends=('python-distutils-extra' 'python-setuptools')
# http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-wallpapers/
source=(
"${_pool_url}/${pkgname::1}/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz"
- "${_pool_url}/${pkgname::1}/${pkgname}/${pkgname}_${pkgver}.debian.tar.xz"
)
-sha512sums=('5d99db3ca1bed9ff55d9c4db4e66542f1279df6cb6f7ec8a242e362eaacded10c31a3d3a6c6c1adae6413ad5d5364f1a1e61fe1d968532ffdcd2ff7dfe7ea44e'
- '709619d268b9622cb3df56e0a7eca021ab822a9020ea0a7ce59755f9ee27818e6d0fd0dc2b88820f451f28c50475926e07bbee7af10efcdb7b29f750fc36d3f8')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
- # The setup.py script reads the package version from debian/*
- ln -sfv ../debian .
-}
+sha512sums=('18cbf8498d2445350053fe472b7d081ae92df01911f15b5bd96c912f4ebb7dd6a4bfe8f90d25a16aba3f8d317faf1fbe8f381d437e95d669cf0d2dc06c898a28')
package() {
- cd "${pkgname}-${pkgver}"
+ cd "${pkgname}_${pkgver}.orig"
python setup.py install --root="${pkgdir}/" --optimize=1
install -Dvm644 'debian/copyright' "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}