summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2024-02-02 15:03:31 +0100
committerSebastian Wiesner2024-02-02 15:03:31 +0100
commitcb93c6c36d55718b541e38669c7361774e295c33 (patch)
tree71caf1d2bd0632ad3ac05dcbebdad6aa0e3c1aa2
parentef982dac01724bc434334742acd55ac3d7fd83a2 (diff)
downloadaur-cb93c6c36d55718b541e38669c7361774e295c33.tar.gz
upgpkg: gnome-shell-extension-picture-of-the-day 45.13-1
Upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b08ec67f140e..42a247c74bcf 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.12
- pkgrel = 3
+ pkgver = 45.13
+ pkgrel = 1
url = https://github.com/swsnr/gnome-shell-extension-picture-of-the-day
arch = any
license = GPL-2.0-or-later OR MPL-2.0
makedepends = nodejs
depends = gnome-shell
- 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
+ source = gnome-shell-extension-picture-of-the-day-45.13.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v45.13.tar.gz
+ sha256sums = 18b133d1c82c0b74bf077791160b765cc4d6698d89d88ad2f035425064c2b60c
pkgname = gnome-shell-extension-picture-of-the-day
diff --git a/PKGBUILD b/PKGBUILD
index 0a3ddae3af2a..00589682ae20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sebastian Wiesner <sebastian@swsnr.de>
pkgname=gnome-shell-extension-picture-of-the-day
-pkgver=45.12
-pkgrel=3
+pkgver=45.13
+pkgrel=1
pkgdesc='Use a picture of the day from various sources as GNOME desktop background'
arch=('any')
url="https://github.com/swsnr/${pkgname}"
@@ -10,7 +10,7 @@ license=('GPL-2.0-or-later OR MPL-2.0')
makedepends=('nodejs')
depends=('gnome-shell')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('11291dc4bd0bf0ac4318e0dc21f1ea5d9db21a13a6cd67130b93d157547576a5')
+sha256sums=('18b133d1c82c0b74bf077791160b765cc4d6698d89d88ad2f035425064c2b60c')
build() {
cd "${pkgname}-${pkgver}" || exit 1