summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodl (Corentin Delcourt)2015-06-21 17:54:18 +0200
committercodl (Corentin Delcourt)2015-06-21 17:55:24 +0200
commit423c68a9a2ba4fb07f2b7c6765a3f38073ff2ccf (patch)
treeaa0a03314899056a7beb954bb65f8ed013a38ce1
parentf4db9a5749d2733c86f9bd0c2cad23cc99cbffc1 (diff)
downloadaur-423c68a9a2ba4fb07f2b7c6765a3f38073ff2ccf.tar.gz
vim should be a makedepend, not a depend, also increment pkgrel
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 829618205226..8742a4ae0fbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: codl <codl@codl.fr>
pkgname='urn-git'
pkgver=r82.0513661
-pkgrel=1
+pkgrel=2
pkgdesc='Split timer for speedrunning'
url='https://github.com/3snowp7im/urn'
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('gtk3' 'jansson' 'hicolor-icon-theme' 'vim')
-makedepends=('imagemagick')
+depends=('gtk3' 'jansson' 'hicolor-icon-theme')
+makedepends=('imagemagick' 'vim')
install='urn-git.install'