Added missing (mingw-w64) in pkgdesc

This commit is contained in:
oroppas
2016-07-20 14:52:18 +09:00
parent dc21956972
commit 7bacd113e8
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ pkgname=(
)
pkgver=1.4.1
pkgrel=1
pkgdesc="Persistent dict, backed by sqlite3 and pickle, multithread-safe"
pkgdesc="Persistent dict, backed by sqlite3 and pickle, multithread-safe (mingw-w64)"
arch=('any')
license=('BSD')
url="http://github.com/RaRe-Technologies/sqlitedict"