summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Repomaa2022-03-23 23:31:26 +0200
committerJoakim Repomaa2022-03-23 23:31:26 +0200
commitcc44aaeacc62c8f2f3fa51c421d128fd5a0bf51b (patch)
tree0bd1cddf85dd4d60fed3b813df1f068fcc3f562a
parenteb6c7a2ac72ce1f41646245be67f6c39f7e39939 (diff)
downloadaur-cc44aaeacc62c8f2f3fa51c421d128fd5a0bf51b.tar.gz
add git to makedepends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63a2714ddec0..a110292c1804 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
-# Generated by mksrcinfo v8
-# Sat Jan 14 13:46:41 UTC 2017
pkgbase = axoloti-git
pkgdesc = A workbench to compose and edit sound algorithms and interactions for the axoloti core
- pkgver = 1.0.11.r59.g7c29b09c
- pkgrel = 1
+ pkgver = 1.0.11.r61.g6a05b1c2
+ pkgrel = 2
url = http://www.axoloti.com/
arch = x86_64
license = GPL
+ makedepends = git
makedepends = apache-ant
makedepends = libtool
makedepends = automake
@@ -21,4 +20,3 @@ pkgbase = axoloti-git
sha512sums = d3df8647a7adb5df40549fe8f81579df11cbe409527f42101d5a1948102895afbd764ee0b7dfb53f56694aea4ba0b1ffeadee012d7b36a9c032d686e1586a0b3
pkgname = axoloti-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c39acba0a0ad..fd691ebf253f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_gitname=axoloti
pkgname=${_gitname}-git
pkgver=1.0.11.r61.g6a05b1c2
-pkgrel=1
+pkgrel=2
pkgdesc='A workbench to compose and edit sound algorithms and interactions for the axoloti core'
arch=(x86_64)
url="http://www.axoloti.com/"
license=(GPL)
depends=('java-runtime=7' 'axoloti-runtime>=1.0')
-makedepends=(apache-ant libtool automake autoconf)
+makedepends=(git apache-ant libtool automake autoconf)
provides=(axoloti)
conflicts=(axoloti)