summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheLastGimbus2023-01-08 13:25:02 +0000
committerTheLastGimbus2023-01-08 13:25:02 +0000
commitb5789aa04c188e2c4c3c8d1a74202fb41da2d6b1 (patch)
treea245a303c8e66385a7d003389bbf874c84d13a4e
parent4507ba772517e18ed2ee90824386250ec1ac4175 (diff)
downloadaur-b5789aa04c188e2c4c3c8d1a74202fb41da2d6b1.tar.gz
v3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65cf26b94a2d..628b52ff0aa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gpth-bin
pkgdesc = Tool to help you with exporting stuff from Google Photos
- pkgver = 3.1.0
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = gpth-bin
provides = gpth
conflicts = gpth
options = !strip
- source = https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper/releases/download/v3.1.0/gpth-v3.1.0-Linux.exe
- sha256sums = 62cec1ce1b4f2f975d78b474a1c95059ecadf91fe46f591515b6f68a36d52d04
+ source = https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper/releases/download/v3.2.0/gpth-linux
+ sha256sums =
pkgname = gpth-bin
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"
}