summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlinuxSEAT2015-12-08 11:22:52 +0300
committerlinuxSEAT2015-12-08 11:22:52 +0300
commit3ed39f0adb276aa36529bd08bba5bb7e1b5888e4 (patch)
tree4c98413472baa1f7c1e88d5cd7ea27f43b323097 /PKGBUILD
parentaf10c95eb055a66ec5fc6d4a8a4573d5bd353d58 (diff)
downloadaur-3ed39f0adb276aa36529bd08bba5bb7e1b5888e4.tar.gz
updated shebang to python2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97db3c0023da..1b7a67cafb4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
#
pkgname=sortphotos
pkgver=65.05eca3c
-pkgrel=4
+pkgrel=5
pkgdesc="A Python script that organizes photos and videos into folders"
arch=('any')
url="https://github.com/andrewning/sortphotos"
@@ -12,7 +12,7 @@ depends=('python2' 'python2-setuptools')
makedepends=('git')
source=(${pkgname}::'git+https://github.com/andrewning/sortphotos.git'
${pkgname}.patch)
-md5sums=('SKIP' 'a870e5ccc70a791d308a1f8fab110ab0')
+md5sums=('SKIP' '93e2f0515896e68a0401db8b8ee718e5')
pkgver() {
cd "$pkgname"