summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2022-07-07 11:44:03 -0700
committerShadowKyogre2022-07-07 11:44:03 -0700
commit8a81cea8e809fd8f2d55ee88082e10e4e90f3b89 (patch)
tree64ea61cd445a31411f79138b8878d3d4ce9f3859
parent4fff3d1d4acea427db6d0cc095962c57774c6d5a (diff)
downloadaur-chronoslnx-git.tar.gz
add git to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27b6c0dab49d..489371bfcef6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = chronoslnx-git
url = http://shadowkyogre.gitlab.io/ChronosLNX/
arch = any
license = GPL
+ makedepends = git
depends = python-pyqt4
depends = python-dateutil
depends = pyswisseph3
diff --git a/PKGBUILD b/PKGBUILD
index 6c330b5f5a14..3edb4f29d4a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc="A simple planetary hours program"
arch=('any')
url="http://shadowkyogre.gitlab.io/ChronosLNX/"
license=('GPL')
+makedepends=('git')
depends=('python-pyqt4' 'python-dateutil' 'pyswisseph3')
source=("$pkgname"::"git+https://gitlab.com/ShadowKyogre/ChronosLNX.git")
md5sums=(SKIP) #generate with 'makepkg -g'