summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyrilWaechter2024-01-01 11:51:49 +0100
committerCyrilWaechter2024-01-01 11:51:49 +0100
commit37d8f17ecc63f766ab28352a42cb7b316842f225 (patch)
treef9a11e5fc9b345639df61d82c95e47751080aa26
parent05175318b496dbd436bc97d815dacfe3b7170ed9 (diff)
downloadaur-37d8f17ecc63f766ab28352a42cb7b316842f225.tar.gz
Fix pkgdesc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31386efc8a03..9422662e27df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-specklepy
- pkgdesc = This is the start of the Python client for Speckle 2.0. It is currently quite nebulous and may be trashed and rebuilt at any moment! It is compatible with Python 3.6+.
+ pkgdesc = The Python SDK for Speckle 2.0
pkgver = 2.17.17
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/specklesystems/speckle-py
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b50de80f84df..bdfcd533d0d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Cyril Waechter <cyril[at]biminsight[dot]ch>
pkgname=(python-specklepy)
pkgver=2.17.17
-pkgrel=1
-pkgdesc="This is the start of the Python client for Speckle 2.0. It is currently quite nebulous and may be trashed and rebuilt at any moment! It is compatible with Python 3.6+."
+pkgrel=2
+pkgdesc="The Python SDK for Speckle 2.0"
arch=('x86_64' 'i686')
url="https://github.com/specklesystems/speckle-py"
license=('Apache')