summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Beer2015-12-02 13:22:24 +0100
committerArne Beer2015-12-02 13:22:24 +0100
commit54186e6cac6204f2d9377ea00ab67108ab8c4813 (patch)
treea2b3ac3a692bd60a22165d18ec6dac6d17870904
parent24253be9b0520be80667931f21723b5814506ac6 (diff)
downloadaur-54186e6cac6204f2d9377ea00ab67108ab8c4813.tar.gz
Renaming
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccec0ec63dd7..cdadebfb6408 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = terminaltables-git
+pkgbase = python-terminaltables-git
pkgdesc = Generate simple tables in terminals from a nested list of strings.
pkgver = 2.1.0
pkgrel = 1
@@ -6,9 +6,9 @@ pkgbase = terminaltables-git
arch = any
license = MIT
makedepends = git python-setuptools
- provides = terminaltables
+ provides = python-terminaltables
source = git+https://github.com/Robpol86/terminaltables.git
sha256sums = SKIP
-pkgname = terminaltables-git
+pkgname = python-terminaltables-git
diff --git a/.gitignore b/.gitignore
index 652751072d4f..669432aead37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
pkg/
src/
terminaltables/
-terminaltables-git-0.3.6-1-any.pkg.tar.xz
+*.tar.xz
+*.log
diff --git a/PKGBUILD b/PKGBUILD
index 5ba526c4980d..2af81694fb91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Arne Beer <arne@twobeer.de>
_gitname=terminaltables
-pkgname=${_gitname}-git
+pkgname=python-terminaltables-git
pkgver=2.1.0
pkgrel=1
arch=('any')
pkgdesc='Generate simple tables in terminals from a nested list of strings.'
license=('MIT')
makedepends=('git python-setuptools')
-provides=('terminaltables')
+provides=('python-terminaltables')
url='https://github.com/Robpol86/terminaltables'
source=("git+https://github.com/Robpol86/terminaltables.git")
sha256sums=('SKIP')