summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b13d977d567..07ee0a9d4df0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: TheLastGimbus <mateusz.soszynski@tuta.io>
pkgname=gpth-bin
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=1
pkgdesc='Tool to help you with exporting stuff from Google Photos'
arch=('x86_64')
@@ -10,9 +10,9 @@ depends=()
provides=('gpth')
conflicts=('gpth')
options=('!strip')
-source=("${url}/releases/download/v${pkgver}/gpth-v${pkgver}-Linux.exe")
-sha256sums=('62cec1ce1b4f2f975d78b474a1c95059ecadf91fe46f591515b6f68a36d52d04')
+source=("${url}/releases/download/v${pkgver}/gpth-linux")
+sha256sums=('')
package() {
- install -Dm755 "gpth-v${pkgver}-Linux.exe" "${pkgdir}/usr/bin/gpth"
+ install -Dm755 "gpth-gpth-linux" "${pkgdir}/usr/bin/gpth"
}