Skip to content

Commit 7dc28f5

Browse files
committed
iptsd v3
1 parent 18d12f9 commit 7dc28f5

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=iptsd
2-
pkgver=2
2+
pkgver=3
33
pkgrel=1
44
pkgdesc='Userspace daemon for Intel Precise Touch & Stylus'
55
arch=('x86_64' 'aarch64')

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
iptsd (3-1) unstable; urgency=medium
2+
3+
* iptsd v3
4+
5+
-- Dorian Stoll <[email protected]> Sat, 14 Sep 2024 22:227:00 +0200
6+
17
iptsd (2-1) unstable; urgency=medium
28

39
* iptsd v2

iptsd.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%global debug_package %{nil}
2-
%global toolchain gcc
2+
%global toolchain clang
33

44
Name: iptsd
5-
Version: 2
5+
Version: 3
66
Release: 1%{?dist}
77
Summary: Userspace daemon for Intel Precise Touch & Stylus
88
License: GPLv2+

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'iptsd',
33
'cpp',
4-
version: '2',
4+
version: '3',
55
license: 'GPL-2.0-or-later',
66
meson_version: '>=0.56.0',
77
default_options: [

0 commit comments

Comments
 (0)