summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBhoppi Chaw2017-02-01 02:41:41 +0800
committerBhoppi Chaw2017-02-01 02:41:41 +0800
commitac849e3a4266e22333c09294191119b3dc335fa3 (patch)
treecb25473d64b926a7428ae52fa09e93c3b94c2cfa /PKGBUILD
parentb55bf8ef21d9164d1d0a97e44dea888e70b6eb8e (diff)
downloadaur-ac849e3a4266e22333c09294191119b3dc335fa3.tar.gz
mv nutstore from optdepends to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ceac8b5b6db6..8be5adb8d1ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,15 @@
pkgname=nautilus-nutstore
pkgver=3.1.0
-pkgrel=3
+pkgrel=4
pkgdesc='Nutstore integration for Nautilus.'
arch=(x86_64 i686)
url='https://jianguoyun.com/'
license=(CCPL:by-nd GPL2)
-depends=(libnautilus-extension)
-optdepends=('nutstore: Nutstore client (system-wide)'
- 'gtk2: per-user Nutstore depend'
- 'java-runtime: per-user Nutstore depend'
- 'python2-notify: per-user Nutstore depend')
+depends=(libnautilus-extension
+ nutstore)
source=("https://jianguoyun.com/static/exe/installer/nutstore_linux_src_installer.tar.gz")
+sha256sums=('1d419da4c5d32bf124b7e11c9a914aa671665ca3ebb29d1336e339ecb1310de9')
build()
{
@@ -28,4 +26,3 @@ package()
install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
rm -rf $pkgdir/usr/share/icons/hicolor/64x64/apps/
}
-md5sums=('60db9e2747eda4fb684dd802a2259abe')