Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / 
kanshi


Commits:
b2a314f0 by Brett Cornwall at 2024-03-08T18:42:14-08:00
upgpkg: 1.6.0-1

Pulls in the new scfg configuration format

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,19 @@
 pkgbase = kanshi
        pkgdesc = Dynamic output configuration for Wayland WMs
-       pkgver = 1.5.1
+       pkgver = 1.6.0
        pkgrel = 1
        url = https://wayland.emersion.fr/kanshi/
        arch = x86_64
        license = MIT
        makedepends = meson
        makedepends = scdoc
-       depends = wayland
+       depends = libscfg.so
        depends = libvarlink
-       source = 
https://git.sr.ht/~emersion/kanshi/refs/download/v1.5.1/kanshi-1.5.1.tar.gz
-       source = 
https://git.sr.ht/~emersion/kanshi/refs/download/v1.5.1/kanshi-1.5.1.tar.gz.sig
+       depends = wayland
+       source = 
https://git.sr.ht/~emersion/kanshi/refs/download/v1.6.0/kanshi-1.6.0.tar.gz
+       source = 
https://git.sr.ht/~emersion/kanshi/refs/download/v1.6.0/kanshi-1.6.0.tar.gz.sig
        validpgpkeys = 34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48
-       sha256sums = 
c62f2f19f1f6c9513d3eeea23efc8579c76e0ef6460b72f15b2d90392ebcc421
+       sha256sums = 
ac983ac349f80551a6f8b26cbb6c9b0b9d3e9d892db86ad7b92f01d689de0884
        sha256sums = SKIP
 
 pkgname = kanshi


=====================================
PKGBUILD
=====================================
@@ -2,19 +2,26 @@
 # Contributor: Antoine Damhet
 
 pkgname=kanshi
-pkgver=1.5.1
+pkgver=1.6.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' 'libvarlink')
+makedepends=(
+    'meson'
+    'scdoc'
+)
+depends=(
+    'libscfg.so'
+    'libvarlink'
+    'wayland'
+)
 source=(
     
"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=('c62f2f19f1f6c9513d3eeea23efc8579c76e0ef6460b72f15b2d90392ebcc421'
+sha256sums=('ac983ac349f80551a6f8b26cbb6c9b0b9d3e9d892db86ad7b92f01d689de0884'
             'SKIP')
 validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48')  # Simon Ser 
(emersion)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kanshi/-/commit/b2a314f03b359871f464522c30fbc7d65dac6569

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kanshi/-/commit/b2a314f03b359871f464522c30fbc7d65dac6569
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to