summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2023-12-14 09:48:31 +0100
committerSebastian Wiesner2023-12-14 09:48:31 +0100
commit393830c1d3e6c5781b9f1bf94e7d4a36d4d5938a (patch)
tree94c60d313ba38c883516ee29d8f2b807fc43e377
parent6f15ffca54f8fc0e4ea354c3211d871b84bf5c4c (diff)
downloadaur-393830c1d3e6c5781b9f1bf94e7d4a36d4d5938a.tar.gz
upgpkg: gnome-shell-extension-picture-of-the-day 45.11-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 7f2818cb33d7..607552a039ad 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.10
+ pkgver = 45.11
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.10.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v45.10.tar.gz
- sha256sums = a928489bf97478a198c3b8fb32dced9c18f04eb233fedc694e187723d564cae7
+ source = gnome-shell-extension-picture-of-the-day-45.11.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v45.11.tar.gz
+ sha256sums = d34acfaff7e027cd12423601c58fa78415c24b9eb8bbd9a511b8acbcdb4e47f9
pkgname = gnome-shell-extension-picture-of-the-day
diff --git a/PKGBUILD b/PKGBUILD
index a9cf8a8264e6..25a00a956b05 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.10
+pkgver=45.11
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=('a928489bf97478a198c3b8fb32dced9c18f04eb233fedc694e187723d564cae7')
+sha256sums=('d34acfaff7e027cd12423601c58fa78415c24b9eb8bbd9a511b8acbcdb4e47f9')
build() {
cd "${pkgname}-${pkgver}" || exit 1