summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jindra2024-04-15 07:57:07 +0200
committerMartin Jindra2024-04-15 07:57:07 +0200
commit3a1ebd0288a0d6541f48098638d867bf21dbff4a (patch)
treed1283c32392b536b01699a8241ab8b07470fc3df
parentd2ed0ebea2b85ff16c2d88dac2ac854b781d2218 (diff)
downloadaur-3a1ebd0288a0d6541f48098638d867bf21dbff4a.tar.gz
Update to 24.4
Signed-off-by: Martin Jindra <martin@mjindra.eu>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4636105e495..f9389b21cb52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eric
pkgdesc = A full-featured Python and Ruby IDE in PyQt
- pkgver = 24.3
+ pkgver = 24.4
pkgrel = 1
url = https://eric-ide.python-projects.org/
arch = any
@@ -22,7 +22,7 @@ pkgbase = eric
depends = qt6-websockets
conflicts = eric-common
replaces = eric-common
- source = https://downloads.sourceforge.net/eric-ide/eric7-24.3.tar.gz
- sha256sums = a53c28e573f0137a7b3d7f417957122aa775e08b45181d8c1571cda034d1e7fd
+ source = https://downloads.sourceforge.net/eric-ide/eric7-24.4.tar.gz
+ sha256sums = b11bd996b4089e496abfa7b6a86bb2bf5bfd403dc8c36d4958406af940f1523d
pkgname = eric
diff --git a/PKGBUILD b/PKGBUILD
index 632eb664ff18..7fe169d25eb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Brad Fanella <bradfanellaat archlinux dot us>
# See .contrib for older/other contributors
pkgname=eric
-pkgver=24.3
+pkgver=24.4
pkgrel=1
pkgdesc="A full-featured Python and Ruby IDE in PyQt"
arch=('any')
@@ -31,7 +31,7 @@ makedepends=('python-pip')
conflicts=(${pkgname}-common)
replaces=(${pkgname}-common)
source=("https://downloads.sourceforge.net/${pkgname}-ide/${pkgname}7-${pkgver}.tar.gz")
-sha256sums=('a53c28e573f0137a7b3d7f417957122aa775e08b45181d8c1571cda034d1e7fd')
+sha256sums=('b11bd996b4089e496abfa7b6a86bb2bf5bfd403dc8c36d4958406af940f1523d')
package_eric() {
cd "${pkgname}7-${pkgver}"