diff --git a/.SRCINFO b/.SRCINFO index 753a06b..5fe0d25 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,4 +1,5 @@ pkgbase = libancient + pkgdesc = Decompression routines for ancient formats pkgver = 2.0.0 pkgrel = 1 url = https://github.com/temisu/ancient/ diff --git a/PKGBUILD b/PKGBUILD index 75e4c02..d817379 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ _pkgbase=libancient pkgname=${_pkgbase} pkgver=2.0.0 pkgrel=1 -pkgdesc="" +pkgdesc="Decompression routines for ancient formats" arch=('i686' 'x86_64') url="https://github.com/temisu/ancient/" license=('BSD-2-Clause')