Commit 4ba3723c authored by Seblu's avatar Seblu
Browse files

Avoid PKGBUILD update at each call

parent ebbde001
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,9 +9,9 @@ url='https://github.com/seblu/archutils'
license=('GPL2')
depends=('python' 'bash' 'devtools')

pkgver() {
  git log -1 --pretty=format:%h
}
#pkgver() {
#  git log -1 --pretty=format:%h
#}

package() {
  cd "$startdir"