Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
lxhotkey
Commits:
ebc1c7c3 by Antonio Rojas at 2025-03-21T20:39:07+01:00
upgpkg: 0.1.2-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lxhotkey
pkgdesc = Keyboard shortcuts configurator (part of LXDE)
- pkgver = 0.1.1
- pkgrel = 3
+ pkgver = 0.1.2
+ pkgrel = 1
url = https://lxde.org/
arch = x86_64
license = GPL2
@@ -9,8 +9,8 @@ pkgbase = lxhotkey
depends = gtk2
depends = gtk3
depends = libfm
- source = https://downloads.sourceforge.net/lxde/lxhotkey-0.1.1.tar.xz
- sha256sums =
e065ce42996ce96dec3f28b6d8c5eecb9d183bebb355367ef3eae6db261026e5
+ source =
https://github.com/lxde/lxhotkey/archive/0.1.2/lxhotkey-0.1.2.tar.gz
+ sha256sums =
f32686d298d86ae1e97c9e3d27ba1f01b6a0f17dbbbbd67dfbf82e7c0080c592
pkgname = lxhotkey
groups = lxde
=====================================
PKGBUILD
=====================================
@@ -2,16 +2,16 @@
pkgbase=lxhotkey
pkgname=(lxhotkey lxhotkey-gtk3)
-pkgver=0.1.1
-pkgrel=3
+pkgver=0.1.2
+pkgrel=1
pkgdesc='Keyboard shortcuts configurator (part of LXDE)'
arch=('x86_64')
license=('GPL2')
url='https://lxde.org/'
depends=('gtk2' 'gtk3' 'libfm')
makedepends=('intltool')
-source=(https://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
-sha256sums=('e065ce42996ce96dec3f28b6d8c5eecb9d183bebb355367ef3eae6db261026e5')
+source=(https://github.com/lxde/lxhotkey/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('f32686d298d86ae1e97c9e3d27ba1f01b6a0f17dbbbbd67dfbf82e7c0080c592')
prepare() {
cd $pkgbase-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lxhotkey/-/commit/ebc1c7c3169933ab2ec4d9e935349a4472d3e973
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lxhotkey/-/commit/ebc1c7c3169933ab2ec4d9e935349a4472d3e973
You're receiving this email because of your account on gitlab.archlinux.org.