summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpiotr2021-01-08 02:56:47 +0100
committerpiotr2021-01-08 02:56:47 +0100
commit8f10a739eeee4e7fc32d4f689e731880d212ad36 (patch)
tree1f7856595de7df51871e63137b70fdfe4b1bab67 /PKGBUILD
parenta55ae2df8a3af2625e75ae37fe429a3a98c7d553 (diff)
downloadaur-azote-git.tar.gz
icon-related changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb773287d54a..bce4fda2868f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=azote-git
-pkgver=1.7.14.r17.g76607a2
-pkgrel=3
+pkgver=1.8.1.r8.g0f8ae39
+pkgrel=2
pkgdesc="Wallpaper & color manager for Sway, i3 and other WMs (development version)"
arch=('x86_64')
url="https://github.com/nwg-piotr/azote"
@@ -37,7 +37,7 @@ package() {
install -D -m 755 dist/azote "$pkgdir"/usr/bin/azote
install -Dm 644 LICENSE-COLORTHIEF "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-COLORTHIEF"
install -Dm755 dist/azote.desktop "$pkgdir"/usr/share/applications/azote.desktop
- install -Dm644 dist/azote.svg "$pkgdir"/usr/share/azote/azote.svg
+ install -Dm644 dist/azote.svg "$pkgdir"/usr/share/pixmaps/azote.svg
install -Dm644 dist/indicator_active.png "$pkgdir"/usr/share/azote/indicator_active.png
install -Dm644 dist/indicator_attention.png "$pkgdir"/usr/share/azote/indicator_attention.png
}