summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Posnic2017-11-11 15:26:55 +0100
committerHugo Posnic2017-11-11 15:26:55 +0100
commite1bd42502bc45ba28a35c32b3c165aadb4e934d9 (patch)
treebcbb8f14cc37ea40c4921b2d1817414fd3b01386
parent265d9c42f9c1685b24abcce6e6f715dbf3be5742 (diff)
downloadaur-e1bd42502bc45ba28a35c32b3c165aadb4e934d9.tar.gz
Fix depends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2f6bce25b52..566a02275219 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = imeditor
pkgdesc = Simple & versatile image editor.
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ImEditor/ImEditor
arch = any
license = GPL
- depends = python,
- depends = gtk3,
+ depends = python
+ depends = gtk3
depends = python-pillow
source = git+https://github.com/ImEditor/ImEditor.git
md5sums = e1ccff9137139d8f347c9f544af9afe7
diff --git a/PKGBUILD b/PKGBUILD
index 0857e663834e..1e8ab42a6b98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Author: Nathan Seva <nathan.seva@outlook.fr>
pkgname=imeditor
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Simple & versatile image editor."
arch=("any")
url="https://github.com/ImEditor/ImEditor"
license=('GPL')
-depends=('python', 'gtk3', 'python-pillow')
+depends=('python' 'gtk3' 'python-pillow')
source=("git+https://github.com/ImEditor/ImEditor.git")
md5sums=("e1ccff9137139d8f347c9f544af9afe7")