Use package.json version for PKGBUILD on CI

This commit is contained in:
José Miguel Sarasola 2020-11-01 16:02:10 +01:00
parent a4d81ca09d
commit c416b4b47a
No known key found for this signature in database
GPG key ID: DDDF8FA62874584B
2 changed files with 5 additions and 3 deletions

View file

@ -3,7 +3,7 @@
_pkgname='superproductivity'
pkgname="${_pkgname}-bin"
pkgver=6.0.1
pkgver=PACKAGE_VERSION
pkgrel=1
pkgdesc="ToDo List / Time Tracker / Personal Jira Task Manager"
arch=('x86_64')
@ -14,7 +14,6 @@ provides=("${_pkgname}")
conflicts=("${_pkgname}"
"${_pkgname}-git")
source=("https://github.com/johannesjo/super-productivity/releases/download/v${pkgver}/superProductivity_${pkgver}_amd64.deb")
md5sums=("59ca05a904289a9bb7bd32d82b8ee914")
package() {
tar -xvf data.tar.xz -C "${pkgdir}"