[arch-commits] Commit in python-send2trash/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Wed Nov 11 10:39:25 UTC 2020


    Date: Wednesday, November 11, 2020 @ 10:39:24
  Author: felixonmars
Revision: 750227

archrelease: copy trunk to community-staging-any

Added:
  python-send2trash/repos/community-staging-any/PKGBUILD
    (from rev 750225, python-send2trash/trunk/PKGBUILD)
Deleted:
  python-send2trash/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 10:39:22 UTC (rev 750226)
+++ PKGBUILD	2020-11-11 10:39:24 UTC (rev 750227)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgbase=send2trash
-pkgname=python-send2trash
-pkgver=1.5.0
-pkgrel=5
-pkgdesc="Send file to trash natively"
-arch=('any')
-url="https://github.com/hsoft/send2trash"
-license=('BSD')
-depends=('python')
-makedepends=('python' 'python-setuptools')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/hsoft/$_pkgbase/archive/$pkgver.tar.gz")
-sha256sums=('7cebc0ffc8b6d6e553bce9c6bb915614610ba2dec17c2f0643b1b97251da2a41')
-
-build() {
-	cd $_pkgbase-$pkgver
-	python setup.py build
-}
-
-package() {
-	cd $_pkgbase-$pkgver
-	python setup.py install --root "$pkgdir" --optimize=1 --skip-build
-	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-send2trash/repos/community-staging-any/PKGBUILD (from rev 750225, python-send2trash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 10:39:24 UTC (rev 750227)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgbase=send2trash
+pkgname=python-send2trash
+pkgver=1.5.0
+pkgrel=6
+pkgdesc="Send file to trash natively"
+arch=('any')
+url="https://github.com/hsoft/send2trash"
+license=('BSD')
+depends=('python')
+makedepends=('python' 'python-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/hsoft/$_pkgbase/archive/$pkgver.tar.gz")
+sha256sums=('7cebc0ffc8b6d6e553bce9c6bb915614610ba2dec17c2f0643b1b97251da2a41')
+
+build() {
+	cd $_pkgbase-$pkgver
+	python setup.py build
+}
+
+package() {
+	cd $_pkgbase-$pkgver
+	python setup.py install --root "$pkgdir" --optimize=1 --skip-build
+	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list