summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorautinerd2022-06-15 22:10:45 +0200
committerautinerd2022-06-15 22:10:45 +0200
commit1793312dbe098ab12d492293bddaaf32ac481cd3 (patch)
treebe6d0f487bbce97736261019edff82dc406cebad
parentf0a45b1fd4a283e4b2f5a83a319e6c8ba3e57777 (diff)
downloadaur-1793312dbe098ab12d492293bddaaf32ac481cd3.tar.gz
Update to 22.04.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 457fde2fc318..3fceb9aeb279 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ubuntu-wallpapers
pkgdesc = The default Wallpapers for Ubuntu
- pkgver = 21.04.1
- pkgrel = 2
+ pkgver = 22.04.4
+ 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_21.04.1.orig.tar.gz
- source = http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-wallpapers/ubuntu-wallpapers_21.04.1-0ubuntu1.debian.tar.xz
- sha256sums = 3c7e8405f81cc0bc8620246c88b69ea861b6a02a4ac3ff308335b9c3a11e935a
- sha256sums = 4d27aed1ae07c3f5c4d6e54d5bb0367f66be5ec51684b6a7901a5fb23697339f
+ source = http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-wallpapers/ubuntu-wallpapers_22.04.4.orig.tar.gz
+ source = http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-wallpapers/ubuntu-wallpapers_22.04.4-0ubuntu1.debian.tar.xz
+ sha256sums = 83a9469e84c908d29f9fb2484029575a2d05548f9d984dca556740b622c5dd1e
+ sha256sums = 430a61aa87de2fc12ba3a7ba583df16643839c3b14c7d9138d67e43d43767a6b
pkgname = ubuntu-wallpapers
diff --git a/PKGBUILD b/PKGBUILD
index b734c32f1e56..3c571fa3761b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
-# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
+# Maintainer: Sidney Kuyateh <autinerd-arch@kuyateh.eu>
+# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
# Contributor: Louis Tim Larsen <louis(a)louis.dk>
# Contributor: Michael Healy <horsemanoffaith@gmail.com>
# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
# Contributor: SoftwareRat <chenxiaolong@cxl.epac.to>
pkgname='ubuntu-wallpapers'
-pkgver=21.04.1
-pkgrel=2
+pkgver=22.04.4
+pkgrel=1
pkgdesc='The default Wallpapers for Ubuntu'
arch=('any')
url='https://launchpad.net/ubuntu-wallpapers'
@@ -18,8 +19,8 @@ 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}-0ubuntu1.debian.tar.xz")
-sha256sums=('3c7e8405f81cc0bc8620246c88b69ea861b6a02a4ac3ff308335b9c3a11e935a'
- '4d27aed1ae07c3f5c4d6e54d5bb0367f66be5ec51684b6a7901a5fb23697339f')
+sha256sums=('83a9469e84c908d29f9fb2484029575a2d05548f9d984dca556740b622c5dd1e'
+ '430a61aa87de2fc12ba3a7ba583df16643839c3b14c7d9138d67e43d43767a6b')
prepare() {
cd "${pkgname}-${pkgver}"