summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBhoppi Chaw2022-05-31 08:47:50 +0800
committerBhoppi Chaw2022-05-31 08:47:50 +0800
commit15a199ec544c1b65410c0cae63c69b40701852e3 (patch)
tree4cd28e6183771205a82fb843f2f5495aaff36af9 /PKGBUILD
parent1ee2293d2d0d78204234a72e71500278036e0070 (diff)
downloadaur-15a199ec544c1b65410c0cae63c69b40701852e3.tar.gz
update to 5.1.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1da108a2d5d6..da94415ef131 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=nautilus-nutstore
-pkgver=5.0.1
-pkgrel=3
+pkgver=5.1.7
+pkgrel=1
pkgdesc='Nutstore integration for Nautilus.'
arch=(x86_64)
url='https://www.jianguoyun.com/'
license=(CCPL:by-nd GPL2)
depends=(libnautilus-extension nutstore)
source=("https://www.jianguoyun.com/static/exe/installer/nutstore_linux_src_installer.tar.gz")
-sha256sums=('a4acbc6cff0b71d047d10a31d6fe1eb4e4a42f48b3f96110a2ed44ae2b5a3edc')
+sha256sums=('545e0d393f3e529d0c0a8f51fe652749a1067f84c78dfb445ffb6023c5a7bfa1')
build() {
cd $srcdir/nutstore_linux_src_installer
@@ -21,5 +21,4 @@ package() {
cd $srcdir/nutstore_linux_src_installer
make DESTDIR=$pkgdir install
install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
- rm -rf $pkgdir/usr/share/icons/hicolor/64x64/apps/
}