We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fa8bb commit d9e4aa0Copy full SHA for d9e4aa0
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=('3362f330f354198c2bb0215641fce5a618d302e5431e6364dfab1c89deae9ab0')
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=('8137df4788358a2febf72e61058b590984d8b18633a750c0e2dc1fcc0b65b848')
prepare() {
cd "$pkgname-$pkgver"
0 commit comments