summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2dcbcc02ec3..80bcc6983482 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = nemo-deja-dup-git
pkgdesc = Déjà Dup Actions for Nemo File Manager
pkgver = r2.f99427f
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/erickj/nemo-actions
arch = any
license = GPL
- optdepends = nemo
- optdepends = deja-dup
+ depends = nemo
+ depends = deja-dup
source = git+https://github.com/erickj/nemo-actions.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 50e381a85ba0..e0d1af154ac8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=nemo-deja-dup-git
_gitname=nemo-actions
pkgver=r2.f99427f
-pkgrel=3
+pkgrel=4
pkgdesc="Déjà Dup Actions for Nemo File Manager"
arch=('any')
-url="https://github.com/erickj/nemo-actions"
+url="https://github.com/erickj/$_gitname"
license=('GPL')
-optdepends=('nemo' 'deja-dup')
-source=('git+https://github.com/erickj/nemo-actions.git')
+depends=('nemo' 'deja-dup')
+source=("git+https://github.com/erickj/$_gitname.git")
md5sums=('SKIP')
pkgver() {