summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jindra2023-04-09 16:08:52 +0200
committerMartin Jindra2023-04-09 16:08:52 +0200
commit8e81b28d4676475dcb1ecc1dd5ea0e2a3fdf7c3a (patch)
tree7ebad8d6e839502ccff5ac970aa503b2b06c3f90
parent279807f57f20b353974a819a35d2008330580867 (diff)
downloadaur-8e81b28d4676475dcb1ecc1dd5ea0e2a3fdf7c3a.tar.gz
Update to 23.4.2
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 0f5b4cd2a6f4..7ffde317af9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eric
pkgdesc = A full-featured Python and Ruby IDE in PyQt
- pkgver = 23.3
+ pkgver = 23.4.2
pkgrel = 1
url = https://eric-ide.python-projects.org/
arch = any
@@ -21,7 +21,7 @@ pkgbase = eric
depends = qt6-serialport
conflicts = eric-common
replaces = eric-common
- source = https://downloads.sourceforge.net/eric-ide/eric7-23.3.tar.gz
- sha256sums = 62ab155f97ad09705ad25385505990688ef9aa7fda276fabe59f19b58a5d6d8b
+ source = https://downloads.sourceforge.net/eric-ide/eric7-23.4.2.tar.gz
+ sha256sums = 3a0e04c4f3abe9ccb55ae9b272fce08091c60b32d96cc8f5816eb7e6b7b9cffb
pkgname = eric
diff --git a/PKGBUILD b/PKGBUILD
index 4af86897f66c..ed830c78ef1d 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=23.3
+pkgver=23.4.2
pkgrel=1
pkgdesc="A full-featured Python and Ruby IDE in PyQt"
arch=('any')
@@ -16,7 +16,7 @@ makedepends=('python-pip')
conflicts=(${pkgname}-common)
replaces=(${pkgname}-common)
source=("https://downloads.sourceforge.net/${pkgname}-ide/${pkgname}7-${pkgver}.tar.gz")
-sha256sums=('62ab155f97ad09705ad25385505990688ef9aa7fda276fabe59f19b58a5d6d8b')
+sha256sums=('3a0e04c4f3abe9ccb55ae9b272fce08091c60b32d96cc8f5816eb7e6b7b9cffb')
package_eric() {
cd "${pkgname}7-${pkgver}"