summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorColin Reeder2016-09-27 21:02:43 -0600
committerColin Reeder2016-09-27 21:02:43 -0600
commit750be49d34e60d845e6f722d3517e3ab39a0aea2 (patch)
tree0f0648c83fba56469b280997b69834082faeacf5 /PKGBUILD
parentea6d6e5b963956d95728fe13763319487fa57582 (diff)
downloadaur-cuddly-octo-tatertot-git.tar.gz
Fix dependency types
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a494bdca18c8..595d63475de5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
pkgname=cuddly-octo-tatertot-git
_pkgname=cuddly-octo-tatertot
pkgdesc='Silly python scripts'
-pkgrel=1
+pkgrel=2
pkgver=r7.8d9bafb
arch=('i686' 'x86_64')
license=('MIT')
url="https://github.com/vpzomtrrfrt/$_pkgname"
-makedepends=('git' 'python2' 'zenity' 'imagemagick')
+makedepends=('git')
+depends=('python2' 'zenity' 'imagemagick')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+https://github.com/vpzomtrrfrt/$_pkgname")