summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2022-06-13 09:31:05 +0200
committerStephan Springer2022-06-13 09:31:05 +0200
commit5bc2ee1e065a18edf2b8b235c593972b9e8c0851 (patch)
tree4f7717e8860a69f4d04b85e83479ed83b263678b
parent34c216d2302caa41203671332ce4a29510e482af (diff)
downloadaur-5bc2ee1e065a18edf2b8b235c593972b9e8c0851.tar.gz
fix requirements patching
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61223aaea8bf..7caeb0c05bc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
pkgver = 2.2.32
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GNS3/gns3-gui
arch = any
groups = gns3
diff --git a/PKGBUILD b/PKGBUILD
index de52bc7b38d9..4165eec1ffa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gns3-gui
pkgver=2.2.32
-pkgrel=1
+pkgrel=2
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
url='https://github.com/GNS3/gns3-gui'
@@ -38,7 +38,7 @@ prepare() {
-e 's|^sentry-sdk==1\.5\.10$|sentry-sdk>=1.5.10|' \
-e 's|^psutil==5\.9\.0$|psutil>=5.9.0|' \
-e 's|^distro==1\.6\.0$|distro>=1.6.0|' \
- -e 's|^setuptools==60\.6\.0|setuptools<=60.6.0|' \
+ -e 's|^setuptools==60\.6\.0|setuptools>=60.6.0|' \
requirements.txt
}