summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a7ab0c06805..bff5a7c4ce80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eric
pkgdesc = A full-featured Python and Ruby IDE in PyQt
- pkgver = 22.6
+ pkgver = 22.7
pkgrel = 1
url = https://eric-ide.python-projects.org/
arch = any
@@ -15,7 +15,7 @@ pkgbase = eric
depends = python-asttokens
conflicts = eric-common
replaces = eric-common
- source = https://downloads.sourceforge.net/eric-ide/eric7-22.6.tar.gz
- sha256sums = b8d5238cadba378e64c57a166b68a08602c38347ef3d10af49172c9cbe9779cf
+ source = https://downloads.sourceforge.net/eric-ide/eric7-22.7.tar.gz
+ sha256sums = de84e6930f7e8089176aa9698c6f809b1bd750fcffa1cab6480eb325d70aba4f
pkgname = eric
diff --git a/PKGBUILD b/PKGBUILD
index cfbd93398d8a..3459b62c0cd2 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.6
+pkgver=22.7
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=('b8d5238cadba378e64c57a166b68a08602c38347ef3d10af49172c9cbe9779cf')
+sha256sums=('de84e6930f7e8089176aa9698c6f809b1bd750fcffa1cab6480eb325d70aba4f')
package_eric() {
cd "${pkgname}7-${pkgver}"