mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Use package.json version for PKGBUILD on CI
This commit is contained in:
parent
a4d81ca09d
commit
c416b4b47a
2 changed files with 5 additions and 3 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue