summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2023-11-12 19:12:38 +0100
committerSebastian Wiesner2023-11-12 19:12:38 +0100
commitc48642752f03cca801124d7fb52ecdba8b9edc59 (patch)
tree017a286c867b2e16017bad0e696b4461f1af7e64
parent316b909f950b4a6a149f743d11d9257051595a99 (diff)
downloadaur-c48642752f03cca801124d7fb52ecdba8b9edc59.tar.gz
upgpkg: gnome-shell-extension-picture-of-the-day 0.4-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 8f3cc16b7075..7e1c0c7035c7 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.2
- pkgrel = 2
+ pkgver = 0.4
+ 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.2.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v0.2.tar.gz
- sha256sums = 233e43dda13ed12f5a99769056ce837092bbdb27849f0b78c8c56e338568046d
+ source = gnome-shell-extension-picture-of-the-day-0.4.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v0.4.tar.gz
+ sha256sums = c627bb790a140f20453b6c5156398236742a5da32161c40ee14e8f4ae5c4060f
pkgname = gnome-shell-extension-picture-of-the-day
diff --git a/PKGBUILD b/PKGBUILD
index 488ea9be4b64..3c6f26973c49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sebastian Wiesner <sebastian@swsnr.de>
pkgname=gnome-shell-extension-picture-of-the-day
-pkgver=0.2
-pkgrel=2
+pkgver=0.4
+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=('MPL2')
makedepends=('npm')
depends=('gnome-shell')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('233e43dda13ed12f5a99769056ce837092bbdb27849f0b78c8c56e338568046d')
+sha256sums=('c627bb790a140f20453b6c5156398236742a5da32161c40ee14e8f4ae5c4060f')
build() {
cd "${pkgname}-${pkgver}" || exit 1