summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112018-01-16 12:28:02 +0100
committerjose17112018-01-16 12:28:02 +0100
commit3a50cb3d24185208ad5c41437c5827ccf58954e7 (patch)
tree4470559a8eb3da8cb1b8f3192ff4278cf9286b39
parent8e6c2e51c4532c3aedebc1171a5678dbcdaec64b (diff)
downloadaur-editphotos.tar.gz
Update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd243a67cd53..84ecb367e6fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Tue Jan 9 23:44:52 UTC 2018
+# Tue Jan 16 11:28:00 UTC 2018
pkgbase = editphotos
pkgdesc = displays thumbnails of JPEG files and enables to alter the orientation EXIF tag and comments.
- pkgver = 0.3
- pkgrel = 4
+ pkgver = 0.4
+ pkgrel = 1
url = https://github.com/jose1711/editphotos
arch = any
license = GPL
depends = perl
depends = perl-image-metadata-jpeg
depends = perl-tk
- source = https://github.com/jose1711/editphotos/archive/0.3.tar.gz
- md5sums = e453d8c3508337fea24eb8a3c5c0e2b8
+ source = https://github.com/jose1711/editphotos/archive/v0.4.tar.gz
+ md5sums = 2b8acad0345aa202d50abe5b236ba1f9
pkgname = editphotos
diff --git a/PKGBUILD b/PKGBUILD
index 9380ce47e15b..d545dc199737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jozef Riha <jose1711 at gmail dot com>
pkgname=editphotos
-pkgver=0.3
-pkgrel=4
+pkgver=0.4
+pkgrel=1
pkgdesc="displays thumbnails of JPEG files and enables to alter the orientation EXIF tag and comments."
# url="http://freshmeat.net/projects/editphotos/"
url="https://github.com/jose1711/editphotos"
@@ -11,8 +11,8 @@ license=('GPL')
depends=('perl' 'perl-image-metadata-jpeg' 'perl-tk')
#source=(http://freshmeat.net/redir/editphotos/53321/url_tgz/$pkgname-$pkgver.tar.gz)
#source=(http://cbouvi.free.fr/download/$pkgname/$pkgname-$pkgver.tar.gz)
-source=(https://github.com/jose1711/editphotos/archive/${pkgver}.tar.gz)
-md5sums=('e453d8c3508337fea24eb8a3c5c0e2b8')
+source=(https://github.com/jose1711/editphotos/archive/v${pkgver}.tar.gz)
+md5sums=('2b8acad0345aa202d50abe5b236ba1f9')
package() {
cd $srcdir/$pkgname-$pkgver/bin