summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2024-01-28 16:19:03 +0100
committerpiotr2024-01-28 16:19:03 +0100
commita1e085f81c368bcd5391cb0d09c6f5ecb296b22b (patch)
tree9acb89994becbc4b2fdf2e9562736c65f8e123c5
parentdc13503930e26805a42d809ced372220a291a5b2 (diff)
downloadaur-a1e085f81c368bcd5391cb0d09c6f5ecb296b22b.tar.gz
update to 0.1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d6204ae80c7..dc18055ff7e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = nwg-shell-wallpapers
pkgdesc = nwg-shell wallpapers package
- pkgver = 1.3
+ pkgver = 0.1.4
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell-wallpapers
- arch = x86_64
+ arch = any
license = CC0-1.0
provides = nwg-shell-wallpapers
- source = nwg-shell-wallpapers-1.3.tar.gz::https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v1.3.tar.gz
- md5sums = 440010dadb064d942e0936c6cdb7552e
+ source = nwg-shell-wallpapers-0.1.4.tar.gz::https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v0.1.4.tar.gz
+ md5sums = 7aa66923cd9656570c750e3b5975de7e
pkgname = nwg-shell-wallpapers
diff --git a/PKGBUILD b/PKGBUILD
index 9c48035eb003..c5d370706b54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,22 @@
# Project: nwg-shell for sway, https://github.com/nwg-piotr/nwg-shell
pkgname=('nwg-shell-wallpapers')
-pkgver=1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="nwg-shell wallpapers package"
-arch=('x86_64')
+arch=('any')
url="https://github.com/nwg-piotr/nwg-shell-wallpapers"
license=('CC0-1.0')
provides=('nwg-shell-wallpapers')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v"$pkgver".tar.gz")
-md5sums=('440010dadb064d942e0936c6cdb7552e')
+md5sums=('7aa66923cd9656570c750e3b5975de7e')
package() {
cd "$srcdir"
install -d "$pkgdir"/usr/share/backgrounds/nwg-shell
install -Dm644 "$pkgname"-"$pkgver"/wallpapers/* $pkgdir/usr/share/backgrounds/nwg-shell/
install -Dm644 "$pkgname"-"$pkgver"/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 "$pkgname"-"$pkgver"/README.md "$pkgdir/usr/share/doc/$pkgname/RAEDME.md"
}