summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2023-11-21 14:00:49 +0100
committerSebastian Wiesner2023-11-21 14:00:49 +0100
commit9ec8a7786db5d74c56ee067a1eb615a3146ce553 (patch)
tree991ba6587c146c776d25e13cb565b48cc61a8221
parent723f42d93ffd0955f2af0a2a3eb9bbec3aa95a92 (diff)
downloadaur-9ec8a7786db5d74c56ee067a1eb615a3146ce553.tar.gz
upgpkg: gnome-shell-extension-picture-of-the-day 45.4-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 41925cacb66d..153e10d540ad 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.2
+ pkgver = 45.4
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.2.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v45.2.tar.gz
- sha256sums = 29eaa62b3c89f78cdda0c4b43dc9108c0337bac7b518736a5072c21337b3c90f
+ source = gnome-shell-extension-picture-of-the-day-45.4.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v45.4.tar.gz
+ sha256sums = a99af8b36087f99ac0d930c571cfbb8b65958273771959120f6306d05cd732fd
pkgname = gnome-shell-extension-picture-of-the-day
diff --git a/PKGBUILD b/PKGBUILD
index 314bbeefb98b..7a1f406d8ffa 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.2
+pkgver=45.4
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=('29eaa62b3c89f78cdda0c4b43dc9108c0337bac7b518736a5072c21337b3c90f')
+sha256sums=('a99af8b36087f99ac0d930c571cfbb8b65958273771959120f6306d05cd732fd')
build() {
cd "${pkgname}-${pkgver}" || exit 1