summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2021-08-27 16:22:39 +0200
committerStephan Springer2021-08-27 16:22:39 +0200
commita1c118964bbb3fd68e4cc36e99cb690c2071032a (patch)
treea87226d813515933f8374f7b865d2a780f880e7c
parente590215d8419e5cd6661deb0891022b42971aa5a (diff)
downloadaur-a1c118964bbb3fd68e4cc36e99cb690c2071032a.tar.gz
allow (currently outdated) Arch package community/python-distro
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17d965bbcc18..3cf57ced7c9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
pkgver = 2.2.24
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GNS3/gns3-gui
arch = any
groups = gns3
diff --git a/PKGBUILD b/PKGBUILD
index 6cb1f3d54b17..3bbdf98799c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gns3-gui
pkgver=2.2.24
-pkgrel=1
+pkgrel=2
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
url='https://github.com/GNS3/gns3-gui'
@@ -37,7 +37,7 @@ prepare() {
sed -i \
-e 's|^psutil==5\.8\.0$|psutil>=5.8.0|' \
-e 's|^sentry-sdk==1\.3\.1$|sentry-sdk>=1.3.1|' \
- -e 's|^distro==1\.6\.0$|distro>=1.6.0|' \
+ -e 's|^distro==1\.6\.0$|distro>=1.5.0|' \
requirements.txt
}