summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2023-12-07 09:33:48 +0100
committerSebastian Wiesner2023-12-07 09:33:48 +0100
commit80dae0abbf9b7531c9a47109a9dfbd6ade835cc3 (patch)
treec5f6de0daf87cd0452f516f0f81aea67131d7265
parentdbfd29db0d98a467c1c4995aa293d917adf6fb13 (diff)
downloadaur-80dae0abbf9b7531c9a47109a9dfbd6ade835cc3.tar.gz
upgpkg: gnome-shell-extension-picture-of-the-day 45.8-1
Upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35f255a663b6..14e63c81f928 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-picture-of-the-day
pkgdesc = Use a picture of the day from various sources as GNOME desktop background
- pkgver = 45.6
+ pkgver = 45.8
pkgrel = 1
url = https://github.com/swsnr/gnome-shell-extension-picture-of-the-day
arch = any
license = MPL2
makedepends = npm
depends = gnome-shell
- source = gnome-shell-extension-picture-of-the-day-45.6.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v45.6.tar.gz
- sha256sums = 20fd1c1243beb6b005515c68500f2b9aaab13cdffe9a9f44dd2a30df87a83720
+ source = gnome-shell-extension-picture-of-the-day-45.8.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v45.8.tar.gz
+ sha256sums = 7ad5cc0d5950fccbfe8d012a3518184526e785925458a7e91ce3ee1f86adeb7e
pkgname = gnome-shell-extension-picture-of-the-day
diff --git a/PKGBUILD b/PKGBUILD
index f9db6fd5afed..b10c5785a328 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastian Wiesner <sebastian@swsnr.de>
pkgname=gnome-shell-extension-picture-of-the-day
-pkgver=45.6
+pkgver=45.8
pkgrel=1
pkgdesc='Use a picture of the day from various sources as GNOME desktop background'
arch=('any')
@@ -10,7 +10,7 @@ license=('MPL2')
makedepends=('npm')
depends=('gnome-shell')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('20fd1c1243beb6b005515c68500f2b9aaab13cdffe9a9f44dd2a30df87a83720')
+sha256sums=('7ad5cc0d5950fccbfe8d012a3518184526e785925458a7e91ce3ee1f86adeb7e')
build() {
cd "${pkgname}-${pkgver}" || exit 1