summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlamcw2020-02-24 10:54:15 +1100
committerlamcw2020-02-24 10:54:15 +1100
commitdd7f18cbb3fa366820c97f6ab2c649084898632b (patch)
tree74189491cf0de55f728cc691f60cdff033d0d842 /PKGBUILD
parent0afc9159fcbd328656088d8c2650265b165f2725 (diff)
downloadaur-oguri-git.tar.gz
Adds oguri-swaybg script
Signed-off-by: lamcw <thomas@lamcw.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3baf71b02ee..2ac27611c6fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas Lam <thomas@lamcw.com>
pkgname=oguri-git
-pkgver=r72.5582689
+pkgver=r96.518baf2
pkgrel=1
pkgdesc="A very nice animated wallpaper tool for Wayland compositors."
arch=('i686' 'x86_64')
@@ -34,5 +34,6 @@ build() {
package() {
cd "$srcdir/${pkgname%-git}"
DESTDIR="$pkgdir" ninja -C "$srcdir/build" install
+ install -D -m755 contrib/oguri-swaybg $pkgdir/usr/bin/oguri-swaybg
install -D -m644 LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
}