summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonne Haß2023-07-18 19:18:59 +0200
committerJonne Haß2023-07-18 19:18:59 +0200
commit47994988e60223b030991a9f79cc5c9708feafaa (patch)
treecc526ddf024f0a81df855ae9f9bb8642f62ac233 /PKGBUILD
parentfc82ae89bafa975bd17c5715db4ae191a283bdba (diff)
downloadaur-shards-git.tar.gz
shards-git: update URL and checkdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99f1473b5420..30970296459f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
# Maintainer: Jonne Haß <me@jhass.eu>
pkgname=shards-git
-pkgver=v0.11.1.r0.g3b7d490
+pkgver=v0.17.3.r2.geac9adf
pkgrel=1
pkgdesc="The package manager for the Crystal language (git version)"
arch=('x86_64' 'aarch64')
-url="https://github.com/ysbaddaden/shards"
+url="https://github.com/crystal-lang/shards"
license=('Apache')
conflicts=('shards')
provides=('shards')
depends=('libyaml' 'git' 'libevent' 'gc')
+optdepends=('fossil')
makedepends=('crystal')
-source=("git+https://github.com/ysbaddaden/shards.git")
+checkdepends=('fossil')
+source=("git+https://github.com/crystal-lang/shards.git")
pkgver() {
cd "$srcdir/${pkgname/-git/}"