[arch-commits] Commit in udiskie/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Fri Dec 27 13:43:21 UTC 2019
Date: Friday, December 27, 2019 @ 13:43:20
Author: foxboron
Revision: 542972
upgpkg: udiskie 2.0.0-1
Modified:
udiskie/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-27 11:21:16 UTC (rev 542971)
+++ PKGBUILD 2019-12-27 13:43:20 UTC (rev 542972)
@@ -4,8 +4,8 @@
# Contributor: Byron Clark <byron at theclarkfamily.name>
pkgname=udiskie
-pkgver=1.7.7
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
pkgdesc="Removable disk automounter using udisks"
arch=("any")
url="https://pypi.python.org/pypi/udiskie"
@@ -14,7 +14,7 @@
makedepends=("asciidoc" "python-setuptools")
optdepends=("libappindicator-gtk3: --appindicator support")
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver")
-sha256sums=('dd6f01dd43ea377838834da99a12980fcd488f9de1bbbb19ad92687d8b9e94ba')
+sha256sums=('3e29c138291c881aa589cd6cb9d73719bda63fc96bbde60d28f9a6a6d5cd39ea')
build(){
cd "$pkgname-$pkgver"
@@ -29,5 +29,5 @@
install -m 0644 -D "doc/$pkgname.8" "$pkgdir/usr/share/man/man8/$pkgname.8"
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -dm755 "$pkgdir/usr/share/zsh/site-functions"
- install -m644 completions/* "$pkgdir/usr/share/zsh/site-functions"
+ install -m644 completions/zsh/* "$pkgdir/usr/share/zsh/site-functions"
}
More information about the arch-commits
mailing list