summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSasasu2018-02-20 11:36:54 +0800
committerSasasu2018-02-20 11:36:54 +0800
commit02485fcd217123f237bb9442ef1415348ed25af3 (patch)
tree5e60b1eeacc52446a931b97edd1e16a82563d6a0
parent2035ce34e92f8624d981f1a0b8a02a70ee306b64 (diff)
downloadaur-02485fcd217123f237bb9442ef1415348ed25af3.tar.gz
fix depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b66e277633c..6e3e764adb83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = uget-integrator-browsers
url = https://github.com/ugetdm/uget-integrator
arch = any
license = GPL3
- depends = uget-integrator-bin
+ depends = uget-integrator
source = ugetdm-chrome-0.0.1::https://raw.githubusercontent.com/ugetdm/uget-integrator/v0.0.1/conf/com.ugetdm.chrome.json
source = ugetdm-firefox-0.0.1::https://raw.githubusercontent.com/ugetdm/uget-integrator/v0.0.1/conf/com.ugetdm.firefox.json
md5sums = 09303ac5e041a9788cf0748929cbd827
diff --git a/PKGBUILD b/PKGBUILD
index cf51c85a9fb2..f835b5d099af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
#Maintainer : Sasasu <lizhaolong0123@gmail.com>
-pkgbase=uget-integrator-browser
+pkgbase=uget-integrator-browsers
pkgname=(uget-integrator-chrome uget-integrator-chromium uget-integrator-opera uget-integrator-firefox)
arch=('any')
url="https://github.com/ugetdm/uget-integrator"
license=('GPL3')
-depends=('uget-integrator-bin')
+depends=('uget-integrator')
pkgver=0.0.1
pkgrel=1
makedepends=()