diff options
author | actionless | 2024-06-01 12:44:16 +0200 |
---|---|---|
committer | actionless | 2024-06-01 12:44:16 +0200 |
commit | c4160a41abaaeed97378f9087f783e25a4789727 (patch) | |
tree | 621f8892fd00d6ec50dc7586ccb8ce67e2b874cd | |
parent | 1464803330db32da3e3b4925b72adadfec3b470a (diff) | |
download | aur-c4160a41abaaeed97378f9087f783e25a4789727.tar.gz |
bump to version with pacman hooks
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = oomox-qt-styleplugin-git pkgdesc = A style to bend Qt applications to look like they belong into themix/oomox, git package. - pkgver = 1.4.1.r27.g2d10970 + pkgver = 1.4.1.r39.g7cda902 pkgrel = 1 url = https://github.com/themix-project/oomox-qt-styleplugin arch = x86_64 @@ -4,7 +4,7 @@ pkgbase=oomox-qt-styleplugin-git pkgname=(oomox-qt5-styleplugin-git oomox-qt6-styleplugin-git) -pkgver=1.4.1.r27.g2d10970 +pkgver=1.4.1.r39.g7cda902 pkgrel=1 pkgdesc='A style to bend Qt applications to look like they belong into themix/oomox, git package.' arch=(x86_64) @@ -39,6 +39,7 @@ package_oomox-qt5-styleplugin-git() { provides=(oomox-qt5 oomox-qt-git) DESTDIR="$pkgdir" cmake --install build-qt5 + install -Dm644 "${srcdir}/${pkgbase%-git}/packaging/90-qt5-oomox-styleplugin.hook" "${pkgdir}/usr/share/libalpm/hooks/90-qt5-oomox-styleplugin.hook" } package_oomox-qt6-styleplugin-git() { @@ -48,4 +49,5 @@ package_oomox-qt6-styleplugin-git() { provides=(oomox-qt6) DESTDIR="$pkgdir" cmake --install build-qt6 + install -Dm644 "${srcdir}/${pkgbase%-git}/packaging/90-qt6-oomox-styleplugin.hook" "${pkgdir}/usr/share/libalpm/hooks/90-qt6-oomox-styleplugin.hook" } |