Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / libei
Commits:
0e9725b0 by Jan Alexander Steffens (heftig) at 2024-02-06T15:28:03+01:00
1.2.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = libei
pkgdesc = Library for Emulated Input
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://libinput.pages.freedesktop.org/libei/
arch = x86_64
- license = custom:X11
+ license = MIT
checkdepends = python-pytest-xdist
checkdepends = valgrind
makedepends = git
@@ -21,7 +21,7 @@ pkgbase = libei
provides = libei.so
provides = libeis.so
provides = liboeffis.so
- source =
git+https://gitlab.freedesktop.org/libinput/libei.git#commit=493631688437657a87e9169a76f14a3216c0024f
+ source =
git+https://gitlab.freedesktop.org/libinput/libei.git#commit=08f1d41085a6ae4bac7bc52abe2955d3354342cb
source = git+https://github.com/nemequ/munit.git
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
pkgname=libei
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="Library for Emulated Input"
url="https://libinput.pages.freedesktop.org/libei/"
arch=(x86_64)
-license=(custom:X11)
+license=(MIT)
depends=(
libevdev
systemd
@@ -30,7 +30,7 @@ checkdepends=(
provides=(
lib{ei,eis,oeffis}.so
)
-_commit=493631688437657a87e9169a76f14a3216c0024f # tags/1.2.0^0
+_commit=08f1d41085a6ae4bac7bc52abe2955d3354342cb # tags/1.2.1^0
source=(
"git+https://gitlab.freedesktop.org/libinput/libei.git#commit=$_commit"
"git+https://github.com/nemequ/munit.git"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libei/-/commit/0e9725b01a5f9d059fc43d03343bb34082bb2237
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libei/-/commit/0e9725b01a5f9d059fc43d03343bb34082bb2237
You're receiving this email because of your account on gitlab.archlinux.org.