summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrealgagu2018-04-02 10:12:10 -0500
committerfrealgagu2018-04-02 10:12:10 -0500
commitd66f389509a3b38edd5922bfacd3bb60a864bb29 (patch)
treec9da663e934863dd01f23b0ea1c80b27df81a892 /PKGBUILD
parentef61aee27e8fbe5c4671b864cf7cc2a36f38ed6a (diff)
downloadaur-d66f389509a3b38edd5922bfacd3bb60a864bb29.tar.gz
Setting pkgver accordingly
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6ba1f65724f..26af181af697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=just-git
-pkgver=latest
+pkgver=0.3.10.r0.ef45b02
pkgrel=1
-pkgdesc="Just a command runner, like make."
-arch=("x86_64" "i686")
+pkgdesc="A handy way to save and run project-specific commands"
+arch=("i686" "x86_64")
url="https://github.com/casey/${pkgname%-git}"
-license=("custom:WTFPL" "custom:MIT" "APACHE")
+license=("APACHE" "custom:MIT" "custom:WTFPL")
depends=("gcc-libs")
-makedepends=("cargo")
+makedepends=("cargo" "git")
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=("git+https://github.com/casey/${pkgname%-git}.git")
+source=("${pkgname%-git}::git+https://github.com/casey/${pkgname%-git}.git")
sha256sums=("SKIP")
pkgver() {