Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
lxmenu-data


Commits:
5803b750 by Antonio Rojas at 2025-03-21T20:52:03+01:00
upgpkg: 0.1.6-1: Upstream update

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
 pkgbase = lxmenu-data
        pkgdesc = Freedesktop.org desktop menus for LXDE
-       pkgver = 0.1.5
-       pkgrel = 4
+       pkgver = 0.1.6
+       pkgrel = 1
        url = https://lxde.org/
        arch = any
        license = GPL2
        makedepends = intltool
-       source = https://downloads.sourceforge.net/lxde/lxmenu-data-0.1.5.tar.xz
-       sha256sums = 
9fe3218d2ef50b91190162f4f923d6524c364849f87bcda8b4ed8eb59b80bab8
+       source = 
https://github.com/lxde/lxmenu-data/archive/0.1.6/lxmenu-data-0.1.6.tar.gz
+       sha256sums = 
b237e732609fb2a521a942e08bb825ac7973ee478db7567d3606665a3793b2e8
 
 pkgname = lxmenu-data


=====================================
PKGBUILD
=====================================
@@ -3,15 +3,20 @@
 # Contributor: Juergen Hoetzel <[email protected]>
 
 pkgname=lxmenu-data
-pkgver=0.1.5
-pkgrel=4
+pkgver=0.1.6
+pkgrel=1
 pkgdesc="Freedesktop.org desktop menus for LXDE"
 arch=('any')
 license=('GPL2')
 url="https://lxde.org/";
-source=("https://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz";)
+source=(https://github.com/lxde/lxmenu-data/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 makedepends=('intltool')
-sha256sums=('9fe3218d2ef50b91190162f4f923d6524c364849f87bcda8b4ed8eb59b80bab8')
+sha256sums=('b237e732609fb2a521a942e08bb825ac7973ee478db7567d3606665a3793b2e8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vif
+}
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxmenu-data/-/commit/5803b750c3546aab7f5b10f81426d9a63e512074

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxmenu-data/-/commit/5803b750c3546aab7f5b10f81426d9a63e512074
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to