summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 275111476134..8d096628695a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = upload-gphotos
pkgdesc = Upload photos to Google Photos (Unofficial)
- pkgver = 3.1.0
- pkgrel = 2
+ pkgver = 4.2.1
+ pkgrel = 1
url = https://github.com/3846masa/upload-gphotos
arch = any
license = MIT
@@ -9,8 +9,8 @@ pkgbase = upload-gphotos
depends = nodejs
optdepends = google-chrome: either Chrome or Chromium is required
optdepends = chromium: either Chrome or Chromium is required
- source = upload-gphotos-3.1.0.tar.gz::https://github.com/3846masa/upload-gphotos/archive/v3.1.0.tar.gz
- md5sums = 16858c046a2195a463c72998da489118
+ source = upload-gphotos-4.2.1.tar.gz::https://github.com/3846masa/upload-gphotos/archive/v4.2.1.tar.gz
+ md5sums = 8053476cca431f35fdae04e7ff1ab9aa
pkgname = upload-gphotos
diff --git a/PKGBUILD b/PKGBUILD
index a71415987ac7..f9f3bd6f5daf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kevin Brodsky <corax26 'at' gmail 'dot' com>
pkgname=upload-gphotos
-pkgver=3.1.0
-pkgrel=2
+pkgver=4.2.1
+pkgrel=1
pkgdesc='Upload photos to Google Photos (Unofficial)'
arch=('any')
url='https://github.com/3846masa/upload-gphotos'
@@ -12,7 +12,7 @@ makedepends=(npm)
optdepends=('google-chrome: either Chrome or Chromium is required'
'chromium: either Chrome or Chromium is required')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-md5sums=('16858c046a2195a463c72998da489118')
+md5sums=('8053476cca431f35fdae04e7ff1ab9aa')
build() {
cd "${pkgname}-${pkgver}"