[arch-commits] Commit in thefuck/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at archlinux.org
Sun Apr 19 04:03:19 UTC 2015
Date: Sunday, April 19, 2015 @ 06:03:18
Author: fyan
Revision: 131657
archrelease: copy trunk to community-any
Added:
thefuck/repos/community-any/PKGBUILD
(from rev 131656, 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:02:59 UTC (rev 131656)
+++ PKGBUILD 2015-04-19 04:03:18 UTC (rev 131657)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=thefuck
-pkgver=1.7
-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=('aa2b4547479b1cd61f21e9fd42e37b37f67c64fa34e9e6119d5f64d976498b40')
-
-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 131656, thefuck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-04-19 04:03:18 UTC (rev 131657)
@@ -0,0 +1,32 @@
+# $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:
More information about the arch-commits
mailing list