Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 4 years ago
parent
commit
fceafe7a97
1 changed files with 2 additions and 2 deletions
  1. 2 2
      PKGBUILD

+ 2 - 2
PKGBUILD

@@ -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=