summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-10-08 09:31:31 +1300
committercaltlgin2020-10-08 09:31:31 +1300
commit1389caf8c7af3d5e8efa81f50ed3c1aa5699f0d3 (patch)
treeab843531cd296105f52f237d200ce3b0a9432364
parent978753da8899a322812ec755dc486fb91de7bd23 (diff)
downloadaur-1389caf8c7af3d5e8efa81f50ed3c1aa5699f0d3.tar.gz
Update to v20.10.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cb73294139c..e3016acaf5fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = ubuntu-wallpapers
pkgdesc = The default Wallpapers for Ubuntu
- pkgver = 20.10.1
+ pkgver = 20.10.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_20.10.1.orig.tar.gz
- source = http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-wallpapers/ubuntu-wallpapers_20.10.1-0ubuntu1.debian.tar.xz
- sha256sums = 3db2a2612239cdc06e58035cd8910005f7e75969fcb5aa149712261c8c6f3bac
- sha256sums = fd58fbdc7cbd4c60400bdc63ec71e9b59dfa11dd0e441d375b76afa5af605adc
+ source = http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-wallpapers/ubuntu-wallpapers_20.10.2.orig.tar.gz
+ source = http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-wallpapers/ubuntu-wallpapers_20.10.2-0ubuntu1.debian.tar.xz
+ sha256sums = 3f67abb82cd4b3c60e6d50f6e7278d38cb981d6caaf55d05e98f0c219cda5797
+ sha256sums = 58e154f06ef50dcf77e3e75564d7d2497c0dfc42103bff3ce8a57d2ad421aa1e
pkgname = ubuntu-wallpapers
diff --git a/PKGBUILD b/PKGBUILD
index 3251ae40d9e1..7e56d330cbfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
pkgname='ubuntu-wallpapers'
-pkgver=20.10.1
+pkgver=20.10.2
pkgrel=1
pkgdesc='The default Wallpapers for Ubuntu'
arch=('any')
@@ -12,10 +12,11 @@ url='https://launchpad.net/ubuntu-wallpapers'
_pool_url='http://archive.ubuntu.com/ubuntu/pool/main'
license=('custom')
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=('3db2a2612239cdc06e58035cd8910005f7e75969fcb5aa149712261c8c6f3bac'
- 'fd58fbdc7cbd4c60400bdc63ec71e9b59dfa11dd0e441d375b76afa5af605adc')
+sha256sums=('3f67abb82cd4b3c60e6d50f6e7278d38cb981d6caaf55d05e98f0c219cda5797'
+ '58e154f06ef50dcf77e3e75564d7d2497c0dfc42103bff3ce8a57d2ad421aa1e')
prepare() {
cd "${pkgname}-${pkgver}"