Skip to content

Commit

Permalink
iptsd v2
Browse files Browse the repository at this point in the history
  • Loading branch information
StollD committed Jan 23, 2024
1 parent 3b62c08 commit dd0377e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=iptsd
pkgver=1.4.0
pkgver=2
pkgrel=1
pkgdesc='Userspace daemon for Intel Precise Touch & Stylus'
arch=('x86_64' 'aarch64')
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
iptsd (2-1) unstable; urgency=medium

* iptsd v2

-- Dorian Stoll <[email protected]> Tue, 23 Jan 2024 12:20:16 +0100

iptsd (1.4.0-1) unstable; urgency=medium

* iptsd 1.4.0
Expand Down
2 changes: 1 addition & 1 deletion iptsd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global toolchain gcc

Name: iptsd
Version: 1.4.0
Version: 2
Release: 1%{?dist}
Summary: Userspace daemon for Intel Precise Touch & Stylus
License: GPLv2+
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('iptsd', 'cpp',
version: '1.4.0',
version: '2',
license: 'GPL-2.0-or-later',
meson_version: '>=0.56.0',
default_options: [
Expand Down

0 comments on commit dd0377e

Please sign in to comment.