From 730abaf0e6f2cf341fa550ed1d0aaa0013b6d04e Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Thu, 7 Jul 2016 05:12:25 +0900
Subject: [PATCH] Fix depends in PKGBUILD

---
 pkg/arch/PKGBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD
index 816bcbd..cc8d4d1 100644
--- a/pkg/arch/PKGBUILD
+++ b/pkg/arch/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="An install helper program for desktop stuff."
 arch=('i686' 'x86_64')
 url="https://github.com/xdgurl/xdgurl"
 license=('GPL3')
-depends=('python>=3.2.0' 'tk')
+depends=('tk')
 #source=("$pkgname-$pkgver.tar.gz")
 source=("$pkgname.tar.gz")
 md5sums=() #autofill using updpkgsums
-- 
GitLab