[arch-commits] Commit in kanshi/trunk (PKGBUILD)

Brett Cornwall ainola at gemini.archlinux.org
Wed Aug 24 15:47:26 UTC 2022


    Date: Wednesday, August 24, 2022 @ 15:47:26
  Author: ainola
Revision: 1276450

upgpkg: kanshi 1.3.0-1

Include new dependency to libvarlink

Modified:
  kanshi/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-24 15:26:10 UTC (rev 1276449)
+++ PKGBUILD	2022-08-24 15:47:26 UTC (rev 1276450)
@@ -2,20 +2,20 @@
 # Contributor: Antoine Damhet
 
 pkgname=kanshi
-pkgver=1.2.0
-pkgrel=4
+pkgver=1.3.0
+pkgrel=1
 pkgdesc='Dynamic output configuration for Wayland WMs'
 arch=(x86_64)
 url="https://wayland.emersion.fr/kanshi/"
 license=('MIT')
 makedepends=('meson' 'scdoc')
-depends=('wayland')
+depends=('wayland' 'libvarlink')
 options=(debug)
 source=(
-    "https://github.com/emersion/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
-    "https://github.com/emersion/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.sig"
+    "https://git.sr.ht/~emersion/kanshi/refs/download/v$pkgver/kanshi-$pkgver.tar.gz"
+    "https://git.sr.ht/~emersion/kanshi/refs/download/v$pkgver/kanshi-$pkgver.tar.gz.sig"
 )
-sha256sums=('144428b9e79209b853c4b38a5efb6f16d581a2b9cb96e419b3b0a0f5914bcad4'
+sha256sums=('e6ad6629be4e135796f098131e02ca783a3a1702f0b2cf4f80441542d73513cf'
             'SKIP')
 validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48')  # Simon Ser (emersion)
 
@@ -23,6 +23,7 @@
     meson --prefix=/usr \
         --buildtype=plain \
         -Dman-pages=enabled \
+        -Dipc=enabled \
         "${pkgname}-${pkgver}" build
     ninja -C build
 }



More information about the arch-commits mailing list