summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4d150eab814..1e10c1aae919 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = sip-65
- pkgdesc = A tool that makes it easy to create Python bindings for C and C++ libraries
+ pkgdesc = A tool that makes it easy to create Python bindings for C and C++ libraries (version 6.5)
pkgver = 6.5.1
pkgrel = 1
url = https://www.riverbankcomputing.com/software/sip/intro
diff --git a/PKGBUILD b/PKGBUILD
index 3cfe9ea0d765..511627da4a04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=sip-65
pkgver=6.5.1
pkgrel=1
arch=(x86_64)
-pkgdesc='A tool that makes it easy to create Python bindings for C and C++ libraries'
+pkgdesc='A tool that makes it easy to create Python bindings for C and C++ libraries (version 6.5)'
url='https://www.riverbankcomputing.com/software/sip/intro'
license=('custom:"sip"')
depends=(python-toml python-packaging python-setuptools)