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

Felix Yan fyan at archlinux.org
Mon Apr 20 15:09:03 UTC 2015


    Date: Monday, April 20, 2015 @ 17:09:02
  Author: fyan
Revision: 131750

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
    (from rev 131749, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-20 15:08:37 UTC (rev 131749)
+++ PKGBUILD	2015-04-20 15:09:02 UTC (rev 131750)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=thefuck
-pkgver=1.12
-pkgrel=2
-pkgdesc="Magnificent app which corrects your previous console command"
-arch=('any')
-url="https://github.com/nvbn/thefuck"
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-checkdepends=('python-pytest' 'python-mock')
-source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz")
-sha256sums=('e960ccb4181be01668815580d69e3eb42380a8b9989ba408ad31aa0f5bfe5c15')
-
-build() {
-  cd "${srcdir}/thefuck-$pkgver"
-  python setup.py build
-}
-
-check() {
-  # Tests not included in released tarball
-  cd "${srcdir}/thefuck-$pkgver"
-  # py.test
-}
-
-package() {
-  cd thefuck-$pkgver
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-  # install LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131749, thefuck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-04-20 15:09:02 UTC (rev 131750)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=thefuck
+pkgver=1.13
+pkgrel=1
+pkgdesc="Magnificent app which corrects your previous console command"
+arch=('any')
+url="https://github.com/nvbn/thefuck"
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+checkdepends=('python-pytest' 'python-mock')
+source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz")
+sha256sums=('3d00222a2ee5eede2fafe69f16ac697fab6c29dcf0d83c3efbcc7bcb6dff145b')
+
+build() {
+  cd "${srcdir}/thefuck-$pkgver"
+  python setup.py build
+}
+
+check() {
+  # Tests not included in released tarball
+  cd "${srcdir}/thefuck-$pkgver"
+  # py.test
+}
+
+package() {
+  cd thefuck-$pkgver
+  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list