summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112018-01-10 00:44:57 +0100
committerjose17112018-01-10 00:44:57 +0100
commit8e6c2e51c4532c3aedebc1171a5678dbcdaec64b (patch)
tree3119693ef6550cfbc1ea5017b6769df79fbe8c3c
parent4a2392d95c7170d4397a3c8cd643dbbc5de2e2ce (diff)
downloadaur-8e6c2e51c4532c3aedebc1171a5678dbcdaec64b.tar.gz
Fix url
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD15
2 files changed, 13 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b17d031610dd..bd243a67cd53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
+# Generated by mksrcinfo v8
+# Tue Jan 9 23:44:52 UTC 2018
pkgbase = editphotos
pkgdesc = displays thumbnails of JPEG files and enables to alter the orientation EXIF tag and comments.
pkgver = 0.3
- pkgrel = 3
- url = http://freshmeat.net/projects/editphotos/
- arch = i686
- arch = x86_64
+ pkgrel = 4
+ url = https://github.com/jose1711/editphotos
+ arch = any
license = GPL
depends = perl
depends = perl-image-metadata-jpeg
depends = perl-tk
- source = https://dl.dropboxusercontent.com/u/29095940/oss/editphotos-0.3.tar.gz
- md5sums = a8844964513424a8243f0edd9627301e
+ source = https://github.com/jose1711/editphotos/archive/0.3.tar.gz
+ md5sums = e453d8c3508337fea24eb8a3c5c0e2b8
pkgname = editphotos
diff --git a/PKGBUILD b/PKGBUILD
index 83b042f3f6bd..9380ce47e15b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,17 @@
pkgname=editphotos
pkgver=0.3
-pkgrel=3
+pkgrel=4
pkgdesc="displays thumbnails of JPEG files and enables to alter the orientation EXIF tag and comments."
-url="http://freshmeat.net/projects/editphotos/"
-arch=('i686' 'x86_64')
+# url="http://freshmeat.net/projects/editphotos/"
+url="https://github.com/jose1711/editphotos"
+arch=('any')
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://dl.dropboxusercontent.com/u/29095940/oss/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a8844964513424a8243f0edd9627301e')
-
-build() {
-true
-}
+source=(https://github.com/jose1711/editphotos/archive/${pkgver}.tar.gz)
+md5sums=('e453d8c3508337fea24eb8a3c5c0e2b8')
package() {
cd $srcdir/$pkgname-$pkgver/bin