File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,15 +39,17 @@ jobs:
3939 if : runner.os == 'macOS'
4040 run : |
4141 cp calendarchy-hotkey target/${{ matrix.target }}/release/
42+ cp LICENSE target/${{ matrix.target }}/release/
4243 cd target/${{ matrix.target }}/release
43- tar czf ../../../calendarchy-${{ matrix.target }}.tar.gz calendarchy calendarchy-hotkey
44+ tar czf ../../../calendarchy-${{ matrix.target }}.tar.gz calendarchy calendarchy-hotkey LICENSE
4445 cd ../../..
4546
4647 - name : Package (Linux)
4748 if : runner.os == 'Linux'
4849 run : |
50+ cp LICENSE target/${{ matrix.target }}/release/
4951 cd target/${{ matrix.target }}/release
50- tar czf ../../../calendarchy-${{ matrix.target }}.tar.gz calendarchy
52+ tar czf ../../../calendarchy-${{ matrix.target }}.tar.gz calendarchy LICENSE
5153 cd ../../..
5254
5355 - name : Upload artifact
Original file line number Diff line number Diff line change 11[package ]
22name = " calendarchy"
3- version = " 0.1.4 "
3+ version = " 0.1.5 "
44edition = " 2024"
55
66[dependencies ]
Original file line number Diff line number Diff line change 11# Maintainer: Serge Ovanesyan
22pkgname=calendarchy-bin
3- pkgver=0.1.4
3+ pkgver=0.1.5
44pkgrel=1
55pkgdesc=' Terminal calendar app for Google Calendar and iCloud'
66arch=(' x86_64' )
@@ -9,7 +9,7 @@ license=('MIT')
99provides=(' calendarchy' )
1010conflicts=(' calendarchy' )
1111source=(" $pkgname -$pkgver .tar.gz::$url /releases/download/v$pkgver /calendarchy-x86_64-unknown-linux-gnu.tar.gz" )
12- sha256sums=(' 3362f330f354198c2bb0215641fce5a618d302e5431e6364dfab1c89deae9ab0 ' )
12+ sha256sums=(' SKIP ' )
1313
1414package () {
1515 install -Dm755 calendarchy " $pkgdir /usr/bin/calendarchy"
Original file line number Diff line number Diff line change 11# Maintainer: Serge Ovanesyan
22pkgname=calendarchy
3- pkgver=0.1.4
3+ pkgver=0.1.5
44pkgrel=1
55pkgdesc=' Terminal calendar app for Google Calendar and iCloud'
66arch=(' x86_64' )
@@ -9,7 +9,7 @@ license=('MIT')
99makedepends=(' cargo' )
1010options=(! lto)
1111source=(" $pkgname -$pkgver .tar.gz::$url /archive/v$pkgver .tar.gz" )
12- sha256sums=(' 8137df4788358a2febf72e61058b590984d8b18633a750c0e2dc1fcc0b65b848 ' )
12+ sha256sums=(' SKIP ' )
1313
1414prepare () {
1515 cd " $pkgname -$pkgver "
You can’t perform that action at this time.
0 commit comments