summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2023-11-19 20:50:25 +0100
committerSebastian Wiesner2023-11-19 20:50:25 +0100
commit723f42d93ffd0955f2af0a2a3eb9bbec3aa95a92 (patch)
tree9d92d55cbe863a8549f8916925d640211dd6a27a
parent3150a032f65f1cbc9a4c652fe4e83b47f94133f6 (diff)
downloadaur-723f42d93ffd0955f2af0a2a3eb9bbec3aa95a92.tar.gz
upgpkg: gnome-shell-extension-picture-of-the-day 45.2-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 5454dfe0c9c7..41925cacb66d 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.1
+ pkgver = 45.2
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.1.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v45.1.tar.gz
- sha256sums = 66497d3ea315e77346de0fa44995dfcd701f288d7ebc9a7ec108b5e8abfe36f7
+ 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
pkgname = gnome-shell-extension-picture-of-the-day
diff --git a/PKGBUILD b/PKGBUILD
index 38e5c2649702..314bbeefb98b 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.1
+pkgver=45.2
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=('66497d3ea315e77346de0fa44995dfcd701f288d7ebc9a7ec108b5e8abfe36f7')
+sha256sums=('29eaa62b3c89f78cdda0c4b43dc9108c0337bac7b518736a5072c21337b3c90f')
build() {
cd "${pkgname}-${pkgver}" || exit 1