summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuliette Monsel2016-10-08 15:53:48 +0200
committerJuliette Monsel2016-10-08 15:53:48 +0200
commit98e3ffa47652e36d5d38faf7ae485e863e6e51a1 (patch)
tree6a955c2ed3797ae84073815b93a4b5469ffbf454 /PKGBUILD
parentf0ab8b6ffa12af7e196b6af1a080b3b3ba9f16d5 (diff)
downloadaur-98e3ffa47652e36d5d38faf7ae485e863e6e51a1.tar.gz
update package to version 1.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fee6f0047e4..abbe03b11783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Juliette Monsel <j_4321@sfr.fr>
pkgname=synchronisation
-pkgver=1.0.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="Folder synchronisation software"
arch=('any')
@@ -13,9 +13,9 @@ depends=('python3' 'python-pyside' 'gettext' 'desktop-file-utils')
#backup=()
#options=(!emptydirs)
#changelog=
-source=("Synchronisation_linux.tar.gz::https://sourceforge.net/projects/synchronisation/files/$pkgver/Synchronisation_linux.tar.gz/download")
+source=("Synchronisation_linux_$pkgver.tar.gz::https://sourceforge.net/projects/synchronisation/files/$pkgver/Synchronisation-linux-$pkgver.tar.gz/download")
#noextract=()
-md5sums=('ef273e4091ece999fad3308937f82dde')
+md5sums=('2d05e78500bee32d2985b485aae35f13')
package() {
cd "$srcdir/Synchronisation-$pkgver"
python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=1;