summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-12-09 01:53:38 +0100
committerMartchus2018-12-09 01:53:38 +0100
commit5201cb98c17d141d96c7b1ed9c0eacd63b7d566d (patch)
tree2e360f579463d9576faf2b3b58ff4ccb60fe2de2
parent8b90b58be58ddba69c4f3e79c2f0d8c13e2ab4fa (diff)
downloadaur-5201cb98c17d141d96c7b1ed9c0eacd63b7d566d.tar.gz
Make python-setuptools a regular dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6655409077a6..8032764d653c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = cmake-format
- pkgdesc = Source code formatter for cmake listfiles
+ pkgdesc = Source code formatter for CMake listfiles
pkgver = 0.4.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cheshirekow/cmake_format
arch = any
license = GPL3
- makedepends = python-setuptools
+ depends = python-setuptools
depends = python-numpy
source = cmake-format-0.4.3.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v0.4.3.tar.gz
sha512sums = 2271dc9c98874c12cc2167b06965c85ef2b697f233f228dc4fdf53865f4ea5c1cb54b45d363ba65d244e56bed4ac643f5107134a3a127396a6507311fdd9f9e3
diff --git a/PKGBUILD b/PKGBUILD
index 63702491bb8b..fc6cf29c2129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,16 @@
+# Maintainer: Martchus <martchus@gmx.net>
+
+# All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where
+# you also find the URL of a binary repository.
+
pkgname=cmake-format
pkgver=0.4.3
-pkgrel=2
-pkgdesc='Source code formatter for cmake listfiles'
+pkgrel=3
+pkgdesc='Source code formatter for CMake listfiles'
arch=('any')
url='https://github.com/cheshirekow/cmake_format'
license=('GPL3')
-depends=('python-numpy')
-makedepends=('python-setuptools')
+depends=('python-setuptools' 'python-numpy')
source=("$pkgname-$pkgver.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v${pkgver}.tar.gz")
sha512sums=('2271dc9c98874c12cc2167b06965c85ef2b697f233f228dc4fdf53865f4ea5c1cb54b45d363ba65d244e56bed4ac643f5107134a3a127396a6507311fdd9f9e3')