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

Felix Yan fyan at archlinux.org
Sun Apr 19 04:15:36 UTC 2015


    Date: Sunday, April 19, 2015 @ 06:15:36
  Author: fyan
Revision: 131665

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-19 04:15:15 UTC (rev 131664)
+++ PKGBUILD	2015-04-19 04:15:36 UTC (rev 131665)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=thefuck
-pkgver=1.9
-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')
-checkdepends=('python-pytest' 'python-mock')
-source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz")
-sha256sums=('e94a2d63b7844944f0c5e98ebb15316058bb50693308ed6d18b83c3e95c234d4')
-
-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/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131664, thefuck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-04-19 04:15:36 UTC (rev 131665)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=thefuck
+pkgver=1.12
+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')
+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/"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list