summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49338071150e..ace8278ec77c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-server
-pkgver=2.2.9
-pkgrel=2
+pkgver=2.2.10
+pkgrel=1
pkgdesc='GNS3 network simulator, Server package'
arch=('x86_64')
url='https://github.com/GNS3/gns3-server'
@@ -40,14 +40,16 @@ optdepends=(
install="$pkgname".install
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"$pkgname@.service")
-sha256sums=('054f37586551fb806d432ba8490ca85fc98da8897f0efae3672e2389fc698f79'
+sha256sums=('4388974043680e877533564cb5a2efe2ed215a59a13abcabb3ac29d9b92f86e0'
'b43f0ead963a06e613d3303d2c66372b57f46c750b3d6df20eb99c11078de65f')
prepare() {
cd "$pkgname-$pkgver"
+ # Arch usually has the latest versions. Patch requirements to allow them.
sed -i \
-e 's|^aiofiles==0\.4\.0$|aiofiles>=0.4.0|' \
-e 's|^psutil==5\.6\.6$|psutil>=5.6.6|' \
+ -e 's|^py-cpuinfo==5\.0\.0$|py-cpuinfo>=5.0.0|' \
requirements.txt
}