summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2023-11-16 22:45:09 +0100
committerSebastian Wiesner2023-11-16 22:45:09 +0100
commit00952828aa86350bbf7fd1befae7aba96920348a (patch)
tree163ac9678cf2d54b8af6f05729ba9ac1226ac172
parentc48642752f03cca801124d7fb52ecdba8b9edc59 (diff)
downloadaur-00952828aa86350bbf7fd1befae7aba96920348a.tar.gz
upgpkg: gnome-shell-extension-picture-of-the-day 45.0-1
Upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e1c0c7035c7..c6b2c28b4cb1 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.4
+ pkgver = 45.0
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.4.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v0.4.tar.gz
- sha256sums = c627bb790a140f20453b6c5156398236742a5da32161c40ee14e8f4ae5c4060f
+ source = gnome-shell-extension-picture-of-the-day-45.0.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v45.0.tar.gz
+ sha256sums = 62e2e3ff2b92cb6d9edfeac386705a0dd4ba99d9de162c5f546a06cf685e083d
pkgname = gnome-shell-extension-picture-of-the-day
diff --git a/PKGBUILD b/PKGBUILD
index 3c6f26973c49..d4b413ea21cd 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.4
+pkgver=45.0
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=('c627bb790a140f20453b6c5156398236742a5da32161c40ee14e8f4ae5c4060f')
+sha256sums=('62e2e3ff2b92cb6d9edfeac386705a0dd4ba99d9de162c5f546a06cf685e083d')
build() {
cd "${pkgname}-${pkgver}" || exit 1
@@ -21,6 +21,5 @@ build() {
package() {
cd "${pkgname}-${pkgver}" || exit 1
make PREFIX=/usr DESTDIR="${pkgdir}" install-package
- rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
}