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 cb75a8a9f91a..41a9a3c1246d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-pyroaring
- pkgdesc = A Python dict with a merge() method
+ pkgdesc = Fast and lightweight set for unsigned 32 bits integers
pkgver = 0.2.6
pkgrel = 1
url = https://pypi.org/pypi/pyroaring
diff --git a/PKGBUILD b/PKGBUILD
index 14f4e18f2e8f..a5e46d7c4310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=('python-pyroaring' 'python2-pyroaring')
pkgbase=python-$_name
pkgver=0.2.6
pkgrel=1
-pkgdesc="A Python dict with a merge() method"
+pkgdesc="Fast and lightweight set for unsigned 32 bits integers"
arch=('x86_64')
url="https://pypi.org/pypi/$_name"
license=('MIT')