Ike Devolder pushed to branch main at Arch Linux / Packaging / Packages /
lazarus
Commits:
a5959088 by Ike Devolder at 2024-10-07T19:49:07+02:00
upgpkg: 3.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,5 +1,5 @@
pkgbase = lazarus
- pkgver = 3.4
+ pkgver = 3.6
pkgrel = 1
url = http://www.lazarus.freepascal.org/
arch = x86_64
@@ -17,16 +17,16 @@ pkgbase = lazarus
options = libtool
options = staticlibs
options = !strip
- source =
https://gitlab.com/freepascal.org/lazarus/lazarus/-/archive/lazarus_3_4/lazarus-lazarus_3_4.tar.bz2
- sha512sums =
4cca953741f024fa6ca9a34491940937cc617ae8914606d300a4426c8dadbe9e71b9742a66f6aad9ae3176a4e6caf34a58ef594a179d573d7976e5894fa502d7
+ source =
https://gitlab.com/freepascal.org/lazarus/lazarus/-/archive/lazarus_3_6/lazarus-lazarus_3_6.tar.bz2
+ sha512sums =
07caf0b16214f18be9e66c2caa7cc904c17acd55641757451d7eca3b494f6e4c8e2f2c784866a8a609625a2b838be6101e368159b636bd2ee4bd6b799839c2bf
pkgname = lazarus
pkgdesc = Delphi-like IDE for FreePascal common files
depends = fpc
depends = fpc-src
depends = gdb
- optdepends = perl: to run some scirpts in the tools directory
- optdepends = gtk3: to compile gtk3 apps
+ optdepends = perl: to run some scripts in the tools directory
+ optdepends = gtk3: to compile GTK3 apps
optdepends = qt5pas: to compile Qt5 apps
optdepends = qt6pas: to compile Qt6 apps
@@ -40,7 +40,7 @@ pkgname = lazarus-gtk2
conflicts = lazarus-qt6
pkgname = lazarus-gtk3
- pkgdesc = Delphi-like IDE for FreePascal gtk3 version
+ pkgdesc = Delphi-like IDE for FreePascal GTK3 version
depends = lazarus
depends = desktop-file-utils
depends = gtk3
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
pkgbase=lazarus
pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-gtk3' 'lazarus-qt5' 'lazarus-qt6')
-_lazarus_tag=3_4
-pkgver=3.4
+_lazarus_tag=3_6
+pkgver=3.6
pkgrel=1
url='http://www.lazarus.freepascal.org/'
license=('GPL2' 'MPL' 'custom:modifiedLGPL')
@@ -13,7 +13,7 @@ arch=('x86_64')
makedepends=('fpc' 'fpc-src' 'gtk2' 'gtk3' 'qt5pas' 'qt6pas' 'rsync')
options=(!makeflags libtool staticlibs !strip)
source=("https://gitlab.com/freepascal.org/lazarus/lazarus/-/archive/lazarus_${_lazarus_tag}/lazarus-lazarus_${_lazarus_tag}.tar.bz2")
-sha512sums=('4cca953741f024fa6ca9a34491940937cc617ae8914606d300a4426c8dadbe9e71b9742a66f6aad9ae3176a4e6caf34a58ef594a179d573d7976e5894fa502d7')
+sha512sums=('07caf0b16214f18be9e66c2caa7cc904c17acd55641757451d7eca3b494f6e4c8e2f2c784866a8a609625a2b838be6101e368159b636bd2ee4bd6b799839c2bf')
build() {
cd "lazarus-lazarus_${_lazarus_tag}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lazarus/-/commit/a5959088eac966203dd5e1a51ebec28d95de54dc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lazarus/-/commit/a5959088eac966203dd5e1a51ebec28d95de54dc
You're receiving this email because of your account on gitlab.archlinux.org.