summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2024-01-03 19:26:33 +0100
committerSebastian Wiesner2024-01-03 19:26:33 +0100
commitbf4c6344e0f3169c8fc3146504c9dfdc8192137d (patch)
tree466293b4943d02fef081e7b6d69db6676d017996
parent393830c1d3e6c5781b9f1bf94e7d4a36d4d5938a (diff)
downloadaur-bf4c6344e0f3169c8fc3146504c9dfdc8192137d.tar.gz
upgpkg: gnome-shell-extension-picture-of-the-day 45.12-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 607552a039ad..c1ef6955cbcb 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.11
+ pkgver = 45.12
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.11.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v45.11.tar.gz
- sha256sums = d34acfaff7e027cd12423601c58fa78415c24b9eb8bbd9a511b8acbcdb4e47f9
+ source = gnome-shell-extension-picture-of-the-day-45.12.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v45.12.tar.gz
+ sha256sums = 11291dc4bd0bf0ac4318e0dc21f1ea5d9db21a13a6cd67130b93d157547576a5
pkgname = gnome-shell-extension-picture-of-the-day
diff --git a/PKGBUILD b/PKGBUILD
index 25a00a956b05..dec9cf580752 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.11
+pkgver=45.12
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=('d34acfaff7e027cd12423601c58fa78415c24b9eb8bbd9a511b8acbcdb4e47f9')
+sha256sums=('11291dc4bd0bf0ac4318e0dc21f1ea5d9db21a13a6cd67130b93d157547576a5')
build() {
cd "${pkgname}-${pkgver}" || exit 1