Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
lxinput


Commits:
5c0f09cc by Antonio Rojas at 2025-03-17T23:20:03+01:00
upgpkg: 0.3.6-1: Upstream update

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = lxinput
        pkgdesc = Small program to configure keyboard and mouse for LXDE
-       pkgver = 0.3.5
-       pkgrel = 4
+       pkgver = 0.3.6
+       pkgrel = 1
        url = https://lxde.org/
        arch = x86_64
        groups = lxde
@@ -9,8 +9,8 @@ pkgbase = lxinput
        makedepends = intltool
        depends = gtk2
        depends = gtk3
-       source = https://downloads.sourceforge.net/lxde/lxinput-0.3.5.tar.xz
-       sha256sums = 
4e8f778a65a4afe2365b47e7899358aa4fab535343aa62c72a3cdc4cac1f6e88
+       source = 
https://github.com/lxde/lxinput/archive/0.3.6/lxinput-0.3.6.tar.gz
+       sha256sums = 
2f15c2a17f970afb152cbd024503da26c1e15135e76e9f516e0ca97e909d6c37
 
 pkgname = lxinput
        groups = lxde


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 
 pkgbase=lxinput
 pkgname=(lxinput lxinput-gtk3)
-pkgver=0.3.5
-pkgrel=4
+pkgver=0.3.6
+pkgrel=1
 pkgdesc="Small program to configure keyboard and mouse for LXDE"
 arch=('x86_64')
 url="https://lxde.org/";
@@ -13,8 +13,13 @@ license=('GPL')
 groups=('lxde')
 depends=('gtk2' 'gtk3')
 makedepends=('intltool')
-source=(https://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
-sha256sums=('4e8f778a65a4afe2365b47e7899358aa4fab535343aa62c72a3cdc4cac1f6e88')
+source=(https://github.com/lxde/lxinput/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('2f15c2a17f970afb152cbd024503da26c1e15135e76e9f516e0ca97e909d6c37')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  autoreconf -vif
+}
 
 build() {
   # GTK+ 2 version



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxinput/-/commit/5c0f09ccabc2036f734a26d6a9ad1dfa31e740a1

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


Reply via email to