summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Picht2020-12-19 07:08:27 +0100
committerMichael Picht2020-12-19 07:08:27 +0100
commitbcb0e56092a934572741e6084fc5ddab9efe8804 (patch)
treee4f0f6d0837a3d55d7971d9f369420872ed94e1c /PKGBUILD
parentee62e6dfe8443bb9cc8aa4323d89c0ddb700ae4e (diff)
downloadaur-bcb0e56092a934572741e6084fc5ddab9efe8804.tar.gz
v0.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83db35e787b2..691cd147e283 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_pkgorg=gitlab.com/mipimipi
pkgname=muserv-git
_pkgname=muserv
-pkgver=v0.1.27.pre
+pkgver=v0.1.1
pkgrel=1
-pkgdesc="muserv (DLNA/UPnP server for music)"
+pkgdesc="muserv (UPnP server for music)"
arch=(any)
url="https://$_pkgorg/$_pkgname/"
license=('GPL3')
@@ -50,4 +50,6 @@ package() {
install -Dm0644 cfg/config-default.json "$pkgdir"/etc/muserv/config-default.json
install -Dm0644 cfg/ContentDirectory.xml "$pkgdir"/etc/muserv/ContentDirectory.xml
install -Dm0644 cfg/ConnectionManager.xml "$pkgdir"/etc/muserv/ConnectionManager.xml
+ install -Dm0644 ressources/logo_dark_300px.png "$pkgdir"/etc/muserv/icons/icon_dark.png
+ install -Dm0644 ressources/logo_light_300px.png "$pkgdir"/etc/muserv/icons/icon_light.png
}