Skip to content

Commit

Permalink
chore: update zeit to version v0.0.6 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Miltiadis <[email protected]>
  • Loading branch information
miltkall and Miltiadis authored Jul 7, 2022
1 parent 65b5c79 commit 7f857e2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Maintainer: Jonas Strassel <[email protected]>

pkgname=zeit
pkgver=0.0.4
pkgver=v0.0.6
pkgver_number=0.0.6
pkgrel=3
arch=('x86_64' 'aarch64')
url="https://github.com/mrusme/$pkgname"
license=('GPL')
pkgdesc='Zeit, erfassen. A command line tool for tracking time spent on activities. '

source_x86_64=(${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/zeit_linux_amd64.tar.gz)
md5sums_x86_64=('565d82b16bd01ff7d1df1da3a8088fcc')
source_x86_64=(${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/zeit_${pkgver_number}_linux_amd64.tar.gz)
md5sums_x86_64=('12468fd10159f9e4c58ac81bda5f8607')

source_aarch64=(${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/zeit_linux_arm64.tar.gz)
md5sums_aarch64=('145b35f73580a8a3abe887b4d9edbf97')
source_aarch64=(${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/zeit_${pkgver_number}_linux_arm64.tar.gz)
md5sums_aarch64=('92289a319b4fa5483ddfadfa887930dd')

package() {
install -D ${pkgname} ${pkgdir}/usr/bin/${pkgname}
Expand Down

0 comments on commit 7f857e2

Please sign in to comment.