@@ -2,7 +2,7 @@
pkgname=calcpkg
pkgver=20131230
-url="https://github.com/TC01/calcpkg"
+url='https://github.com/TC01/calcpkg'
pkgver() {
cd "$srcdir/$pkgname"
if git describe --tags > /dev/null 2>&1;then
@@ -10,7 +10,7 @@ pkgver() {
else
date +%Y%m%d;
fi;}
-pkgrel=3
+pkgrel=4
pkgdesc='A command line tool for downloading TI calculator software from www.ticalc.org'
license=()
url=