summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoftwareRat2021-11-17 16:18:06 +0100
committerSoftwareRat2021-11-17 16:18:06 +0100
commitf0a45b1fd4a283e4b2f5a83a319e6c8ba3e57777 (patch)
tree26d4ebf42d7c13a4bdc8d743352ef93548d3deb6
parent10c69bd2acbcf006042eeab1146755231014e0a7 (diff)
downloadaur-f0a45b1fd4a283e4b2f5a83a319e6c8ba3e57777.tar.gz
Update SHA256 and version to 21.10.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 889974f1da62..457fde2fc318 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = ubuntu-wallpapers
pkgdesc = The default Wallpapers for Ubuntu
- pkgver = 20.10.3
+ pkgver = 21.04.1
pkgrel = 2
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_20.10.3.orig.tar.gz
- source = http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-wallpapers/ubuntu-wallpapers_20.10.3-0ubuntu1.debian.tar.xz
- sha256sums = 03582c2ffbdfff7d7e2f5a2b714221ae4aacc59e688306c1edf495ede258269d
- sha256sums = cc3d8ccfab12e6f6ff992c449227620e9ef76d44dc25b481010fcafa987e90a3
+ 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
pkgname = ubuntu-wallpapers
-
diff --git a/PKGBUILD b/PKGBUILD
index 6e1839ebaabd..b734c32f1e56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,10 @@
# 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=20.10.3
+pkgver=21.04.1
pkgrel=2
pkgdesc='The default Wallpapers for Ubuntu'
arch=('any')
@@ -17,8 +18,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=('03582c2ffbdfff7d7e2f5a2b714221ae4aacc59e688306c1edf495ede258269d'
- 'cc3d8ccfab12e6f6ff992c449227620e9ef76d44dc25b481010fcafa987e90a3')
+sha256sums=('3c7e8405f81cc0bc8620246c88b69ea861b6a02a4ac3ff308335b9c3a11e935a'
+ '4d27aed1ae07c3f5c4d6e54d5bb0367f66be5ec51684b6a7901a5fb23697339f')
prepare() {
cd "${pkgname}-${pkgver}"