summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3deefeea485b..6ddc33658cf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=vex
pkgver=0.0.1
pkgrel=2
-pkgdesc="Executes all permutations of a shell command with a pattern syntax"
+pkgdesc='Executes all permutations of a shell command with a pattern syntax'
arch=('x86_64')
url="https://github.com/briansteffens/vex"
license=('GPL')
depends=('gcc-libs')
-makedepends=("rust" "cargo")
+makedepends=('rust' 'cargo')
source=("${pkgname%-*}::git+https://github.com/briansteffens/vex.git")
md5sums=('SKIP')