Updated ver + pkgbuild

main
Michal 2 years ago
parent 86ef1f4932
commit 2b4ace250b
No known key found for this signature in database
GPG Key ID: A6A1A4DCB22279B9

@ -1,6 +1,6 @@
[package] [package]
name = "Malachite" name = "Malachite"
version = "1.4.0" version = "2.0.0"
authors = [ "michal <michal@tar.black>" ] authors = [ "michal <michal@tar.black>" ]
edition = "2021" edition = "2021"
description = "Packaging tool for pacman repositories" description = "Packaging tool for pacman repositories"

@ -1,15 +1,15 @@
# Maintainer: Matt C <mdc028[at]bucknell[dot]edu> # Maintainer: Matt C <mdc028[at]bucknell[dot]edu>
pkgname=malachite pkgname=malachite
pkgver=1.4.0 pkgver=2.0.0
pkgrel=1 pkgrel=1
pkgdesc="Tool for packaging and maintaining pacman repositories" pkgdesc="Tool for packaging and maintaining pacman repositories"
license=('GPL3') license=('GPL3')
arch=('any') arch=('any')
url="https://git.tar.black/crystal/programs/malachite" url="https://github.com/crystal-linux/malachite"
source=("git+https://git.tar.black/crystal/programs/malachite") source=("git+$url")
sha256sums=('SKIP') sha256sums=('SKIP')
depends=('git') depends=('git' 'pacman-contrib')
makedepends=('cargo') makedepends=('cargo')
build() { build() {

Loading…
Cancel
Save