We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c645a3 commit ee49447Copy full SHA for ee49447
2 files changed
pkg/arch-bin/PKGBUILD
@@ -9,7 +9,7 @@ license=('MIT')
9
provides=('calendarchy')
10
conflicts=('calendarchy')
11
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/calendarchy-x86_64-unknown-linux-gnu.tar.gz")
12
-sha256sums=('SKIP')
+sha256sums=('b4973df728276c54aa54404e62e00e324a33c84959b0fe7ce34c38a2280d189c')
13
14
package() {
15
install -Dm755 calendarchy "$pkgdir/usr/bin/calendarchy"
pkg/arch/PKGBUILD
makedepends=('cargo')
options=(!lto)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('14f730b5b8c3ee53349c2e422ef6ca3888ff9f2c1273c5781080216dd2dc5e71')
prepare() {
cd "$pkgname-$pkgver"
0 commit comments