Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages /
libei
Commits:
5f2bd3cf by Fabian Bornschein at 2023-12-06T12:58:11+01:00
upgpkg: 1.2.0-1:
* update to 1.2.0
* update maintainers email address
* use munit git head like upstream uses it
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libei
pkgdesc = Library for Emulated Input
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://libinput.pages.freedesktop.org/libei/
arch = x86_64
@@ -21,8 +21,8 @@ pkgbase = libei
provides = libei.so
provides = libeis.so
provides = liboeffis.so
- source =
git+https://gitlab.freedesktop.org/libinput/libei.git#commit=82cdbc9129a0e2c255fcee6bcaa7abed5578ae14
- source =
git+https://github.com/nemequ/munit#commit=fbbdf1467eb0d04a6ee465def2e529e4c87f2118
+ source =
git+https://gitlab.freedesktop.org/libinput/libei.git#commit=493631688437657a87e9169a76f14a3216c0024f
+ source = git+https://github.com/nemequ/munit.git
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
-# Maintainer: Fabian Bornschein <fabiscafe-at-mailbox-dot-org>
+# Maintainer: Fabian Bornschein <[email protected]>
# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
pkgname=libei
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="Library for Emulated Input"
url="https://libinput.pages.freedesktop.org/libei/"
@@ -30,10 +30,10 @@ checkdepends=(
provides=(
lib{ei,eis,oeffis}.so
)
-_commit=82cdbc9129a0e2c255fcee6bcaa7abed5578ae14 # tags/1.1.0^0
+_commit=493631688437657a87e9169a76f14a3216c0024f # tags/1.2.0^0
source=(
"git+https://gitlab.freedesktop.org/libinput/libei.git#commit=$_commit"
-
"git+https://github.com/nemequ/munit#commit=fbbdf1467eb0d04a6ee465def2e529e4c87f2118"
+ "git+https://github.com/nemequ/munit.git"
)
b2sums=('SKIP'
'SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libei/-/commit/5f2bd3cff303dcd2a2aa5bfff1224d528b061a42
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libei/-/commit/5f2bd3cff303dcd2a2aa5bfff1224d528b061a42
You're receiving this email because of your account on gitlab.archlinux.org.