summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jindra2023-01-13 17:09:43 +0100
committerMartin Jindra2023-01-13 17:09:43 +0100
commit604b9d2cc88e7d694fd88ded5cf95355ac7b0b1b (patch)
tree99270f411a0e26a96a64e8c7e108230ab90aa310
parentdc347fe236c0f6654021192451bd3426a4875776 (diff)
downloadaur-604b9d2cc88e7d694fd88ded5cf95355ac7b0b1b.tar.gz
Update to 23.1.1
Signed-off-by: Martin Jindra <martin@mjindra.eu>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00023f5f2831..c2de25d0cbaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eric
pkgdesc = A full-featured Python and Ruby IDE in PyQt
- pkgver = 22.11.1
+ pkgver = 23.1.1
pkgrel = 1
url = https://eric-ide.python-projects.org/
arch = any
@@ -16,7 +16,7 @@ pkgbase = eric
depends = python-black
conflicts = eric-common
replaces = eric-common
- source = https://downloads.sourceforge.net/eric-ide/eric7-22.11.1.tar.gz
+ source = https://downloads.sourceforge.net/eric-ide/eric7-23.1.1.tar.gz
sha256sums = 5d5cab34df8e0f37d4ca5ab186ebdeeb3e996ea77efa0026e11bc66334b86202
pkgname = eric
diff --git a/PKGBUILD b/PKGBUILD
index c4135462ae67..fb5f5bef64aa 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=22.11.1
+pkgver=23.1.1
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=('5d5cab34df8e0f37d4ca5ab186ebdeeb3e996ea77efa0026e11bc66334b86202')
+sha256sums=('19d337ed0a5a16a416cf4d983b7a0b10d981ce7293681277a1c39a27a7430daa')
package_eric() {
cd "${pkgname}7-${pkgver}"