summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2023-12-12 22:09:16 +0100
committerSebastian Wiesner2023-12-12 22:09:16 +0100
commit6f15ffca54f8fc0e4ea354c3211d871b84bf5c4c (patch)
tree74c7804b30fd4853cc6f7d70f4423c80fdbf3d2e
parentc59efc158b1b418a03294ccc40818b8da26c2650 (diff)
downloadaur-6f15ffca54f8fc0e4ea354c3211d871b84bf5c4c.tar.gz
upgpkg: gnome-shell-extension-picture-of-the-day 45.10-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 02be0ef38fab..7f2818cb33d7 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.9
+ pkgver = 45.10
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.9.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v45.9.tar.gz
- sha256sums = b93f484967f3bcadc5d0b032ddcc12766bcf989372622caa8c19484aa8374ad7
+ source = gnome-shell-extension-picture-of-the-day-45.10.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v45.10.tar.gz
+ sha256sums = a928489bf97478a198c3b8fb32dced9c18f04eb233fedc694e187723d564cae7
pkgname = gnome-shell-extension-picture-of-the-day
diff --git a/PKGBUILD b/PKGBUILD
index e18e80660c78..a9cf8a8264e6 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.9
+pkgver=45.10
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=('b93f484967f3bcadc5d0b032ddcc12766bcf989372622caa8c19484aa8374ad7')
+sha256sums=('a928489bf97478a198c3b8fb32dced9c18f04eb233fedc694e187723d564cae7')
build() {
cd "${pkgname}-${pkgver}" || exit 1