summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-03-26 17:56:48 +0800
committerlilac2018-03-26 17:56:48 +0800
commit21439841e56c6461da83f3fc7b1d94dec737bcab (patch)
treef869039b7080353960009acf11c81c4e5e95d7bd
parente2a9e7e67d78cd3bc641cdca350988614665a2ac (diff)
downloadaur-21439841e56c6461da83f3fc7b1d94dec737bcab.tar.gz
update by lilac
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09d4df827286..bb2d609608bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Mar 22 02:11:17 UTC 2018
+# Mon Mar 26 09:56:47 UTC 2018
pkgbase = uget-integrator
pkgdesc = Integrate uGet Download Manager with Google Chrome, Chromium, Vivaldi, Opera and Firefox
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ugetdm/uget-integrator
arch = any
license = GPL3
@@ -14,6 +14,7 @@ pkgbase = uget-integrator
optdepends = uget-integrator-opera: native messaging hosts for Opera
optdepends = uget-integrator-firefox: native messaging hosts for Firefox
conflicts = uget-chrome-wrapper
+ replaces = uget-chrome-wrapper
source = uget-integrator-1.0.0::https://raw.githubusercontent.com/ugetdm/uget-integrator/v1.0.0/bin/uget-integrator
md5sums = 3f30519362f94598ccf8085be9f9da3d
diff --git a/PKGBUILD b/PKGBUILD
index 4d3e57c32e23..fc7d7172e6f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,9 @@ license=('GPL3')
depends=('python3' 'uget')
makedepends=()
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
source=("uget-integrator-$pkgver::https://raw.githubusercontent.com/ugetdm/uget-integrator/v$pkgver/bin/uget-integrator")
+replaces=('uget-chrome-wrapper')
conflicts=('uget-chrome-wrapper')
pkgdesc="Integrate uGet Download Manager with Google Chrome, Chromium, Vivaldi, Opera and Firefox"
md5sums=('3f30519362f94598ccf8085be9f9da3d')