summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Brodsky2019-05-29 20:32:00 +0100
committerKevin Brodsky2019-05-29 20:32:00 +0100
commitdbe5433ae9f1d6719c8deb7774174ff74f508e5d (patch)
tree7fee8858a47a6b212cd645c65072256405e80244
parent0fffc1f23a24c0fd3303f3044c3e18054efe5542 (diff)
downloadaur-dbe5433ae9f1d6719c8deb7774174ff74f508e5d.tar.gz
updpkg: 3.0.5-2
Both Chrome and Chromium can be used, so let's make them optdepends instead of requiring google-chrome.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f9585604482..8437fe83fdf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = upload-gphotos
pkgdesc = Upload photos to Google Photos (Unofficial)
pkgver = 3.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/3846masa/upload-gphotos
arch = any
license = MIT
makedepends = npm
depends = nodejs
- depends = google-chrome
+ optdepends = google-chrome: either Chrome or Chromium is required
+ optdepends = chromium: either Chrome or Chromium is required
source = upload-gphotos-3.0.5.tar.gz::https://github.com/3846masa/upload-gphotos/archive/v3.0.5.tar.gz
md5sums = 521ded74605751bf07be84fefc98014e
diff --git a/PKGBUILD b/PKGBUILD
index 602cbfca728c..20fcf761f0e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=upload-gphotos
pkgver=3.0.5
-pkgrel=1
+pkgrel=2
pkgdesc='Upload photos to Google Photos (Unofficial)'
arch=('any')
url='https://github.com/3846masa/upload-gphotos'
license=('MIT')
-depends=(nodejs google-chrome)
+depends=(nodejs)
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=('521ded74605751bf07be84fefc98014e')