summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2023-11-08 20:51:07 +0100
committerSebastian Wiesner2023-11-08 20:51:07 +0100
commit1f1430fc565a816d4ece353828f383b465c6a524 (patch)
tree91c50880ffa5255f2392e0b60781df51fb009d2f
parentc7692bbcb46fbca5b6ef23bb1f7e62c2466792e1 (diff)
downloadaur-1f1430fc565a816d4ece353828f383b465c6a524.tar.gz
upgpkg: gnome-shell-extension-picture-of-the-day 0.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 5d4b2b48ef25..787fe72ee9eb 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 = 0.1
+ pkgver = 0.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-0.1.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v0.1.tar.gz
- sha256sums = 7dc324bfdbb3864fe6385db1d3160201f23277b36c8bdaab4e83e20b61b13518
+ source = gnome-shell-extension-picture-of-the-day-0.2.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v0.2.tar.gz
+ sha256sums = 233e43dda13ed12f5a99769056ce837092bbdb27849f0b78c8c56e338568046d
pkgname = gnome-shell-extension-picture-of-the-day
diff --git a/PKGBUILD b/PKGBUILD
index 576fc49f2439..52e4794e2186 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastian Wiesner <sebastian@swsnr.de>
pkgname=gnome-shell-extension-picture-of-the-day
-pkgver=0.1
+pkgver=0.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=('7dc324bfdbb3864fe6385db1d3160201f23277b36c8bdaab4e83e20b61b13518')
+sha256sums=('233e43dda13ed12f5a99769056ce837092bbdb27849f0b78c8c56e338568046d')
build() {
cd "${pkgname}-${pkgver}" || exit 1