summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Posnic2017-11-11 15:29:42 +0100
committerHugo Posnic2017-11-11 15:29:42 +0100
commit7882f1b91092c35e7e7676ccd4e80ae3ada6015c (patch)
tree41b000d57484a6f1fcdc58e31bf76d337cf6ac08
parente1bd42502bc45ba28a35c32b3c165aadb4e934d9 (diff)
downloadaur-7882f1b91092c35e7e7676ccd4e80ae3ada6015c.tar.gz
Fix source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 566a02275219..a692b75162b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = imeditor
pkgdesc = Simple & versatile image editor.
pkgver = 0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ImEditor/ImEditor
arch = any
license = GPL
depends = python
depends = gtk3
depends = python-pillow
- source = git+https://github.com/ImEditor/ImEditor.git
+ source = https://github.com/ImEditor/ImEditor/archive/0.1.tar.gz
md5sums = e1ccff9137139d8f347c9f544af9afe7
pkgname = imeditor
diff --git a/PKGBUILD b/PKGBUILD
index 1e8ab42a6b98..2b52dbf307f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Author: Nathan Seva <nathan.seva@outlook.fr>
pkgname=imeditor
pkgver=0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Simple & versatile image editor."
arch=("any")
url="https://github.com/ImEditor/ImEditor"
license=('GPL')
depends=('python' 'gtk3' 'python-pillow')
-source=("git+https://github.com/ImEditor/ImEditor.git")
+source=("$url/archive/$pkgver.tar.gz")
md5sums=("e1ccff9137139d8f347c9f544af9afe7")
package() {