summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-04-05 14:37:17 -0700
committerAndy Weidenbaum2016-04-05 14:37:17 -0700
commiteee4832383e36a9e4a8b68d71b4186c440e20860 (patch)
tree186717030004724971f9609e534b8b427d55b980 /PKGBUILD
parenta348f6b66c682d47897e8a811eb64bba27e5fe1e (diff)
downloadaur-eee4832383e36a9e4a8b68d71b4186c440e20860.tar.gz
increment pkgrel to 2; groups+=nim
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23b522f0ba86..d632ccf79603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=c2nim
pkgver=0.9.8
-pkgrel=1
+pkgrel=2
pkgdesc="Tool to translate Ansi C code to Nim"
arch=('i686' 'x86_64')
depends=('nim')
makedepends=('git' 'nimble')
+groups=('nim')
url="https://github.com/nim-lang/c2nim"
license=('MIT')
source=($pkgname-$pkgver::git+https://github.com/nim-lang/c2nim)