[arch-commits] Commit in swaybg/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sat Jun 8 18:41:08 UTC 2019
Date: Saturday, June 8, 2019 @ 18:41:08
Author: arodseth
Revision: 478348
upgpkg: swaybg 1.0-3
Modified:
swaybg/trunk/PKGBUILD
----------+
PKGBUILD | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-08 18:03:40 UTC (rev 478347)
+++ PKGBUILD 2019-06-08 18:41:08 UTC (rev 478348)
@@ -1,18 +1,17 @@
# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
pkgname=swaybg
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Wallpaper tool for Wayland compositors'
-arch=('x86_64')
+arch=(x86_64)
url='https://github.com/swaywm/swaybg'
-license=('MIT')
-makedepends=(
- 'meson'
- 'ninja'
- 'scdoc'
- 'wayland-protocols'
-)
+license=(MIT)
+makedepends=(meson
+ ninja
+ scdoc
+ wayland-protocols)
depends=(
'wayland'
'cairo'
@@ -36,5 +35,7 @@
package() {
DESTDIR="$pkgdir/" ninja -C build install
install -Dm644 "$pkgname-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname"
- install -Dm644 "$pkgname-$pkgver/README.md" -t "$pkgdir/usr/share/docs/$pkgname"
+ install -Dm644 "$pkgname-$pkgver/README.md" -t "$pkgdir/usr/share/doc/$pkgname"
}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list