[arch-commits] Commit in udiskie/repos/community-any (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Thu Jan 28 19:40:42 UTC 2021


    Date: Thursday, January 28, 2021 @ 19:40:42
  Author: foxboron
Revision: 833429

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
    (from rev 833428, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-28 19:40:35 UTC (rev 833428)
+++ PKGBUILD	2021-01-28 19:40:42 UTC (rev 833429)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contibutor: Pierre Neidhardt <ambrevar at gmail.com>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Byron Clark <byron at theclarkfamily.name>
-
-pkgname=udiskie
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Removable disk automounter using udisks"
-arch=("any")
-url="https://pypi.python.org/pypi/udiskie"
-license=("MIT")
-depends=("udisks2" "python" "python-gobject" "python-yaml" "python-docopt" "gtk3" "libnotify" "python-keyutils")
-makedepends=("asciidoc" "python-setuptools")
-optdepends=("libappindicator-gtk3: --appindicator support")
-source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/v$pkgver")
-sha256sums=('5db4bb747d2219d86b41595a918eece793f474a39c50e74061986398329a5e14')
-
-build(){
-	cd "$pkgname-$pkgver"
-	export PYTHONHASHSEED=0
-	python setup.py build
-	make -C doc
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-
-	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-	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/zsh/* "$pkgdir/usr/share/zsh/site-functions"
-}

Copied: udiskie/repos/community-any/PKGBUILD (from rev 833428, udiskie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-28 19:40:42 UTC (rev 833429)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contibutor: Pierre Neidhardt <ambrevar at gmail.com>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Byron Clark <byron at theclarkfamily.name>
+
+pkgname=udiskie
+pkgver=2.3.2
+pkgrel=1
+pkgdesc="Removable disk automounter using udisks"
+arch=("any")
+url="https://pypi.python.org/pypi/udiskie"
+license=("MIT")
+depends=("udisks2" "python" "python-gobject" "python-yaml" "python-docopt" "gtk3" "libnotify" "python-keyutils")
+makedepends=("asciidoc" "python-setuptools")
+optdepends=("libappindicator-gtk3: --appindicator support")
+source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/v$pkgver")
+sha256sums=('86dbff51740cb2fa2b7b6950d22adc2ac266146a328d3f3b252fb359a6a8ca30')
+
+build(){
+	cd "$pkgname-$pkgver"
+	export PYTHONHASHSEED=0
+	python setup.py build
+	make -C doc
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+
+	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+	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/zsh/* "$pkgdir/usr/share/zsh/site-functions"
+}



More information about the arch-commits mailing list