summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-06-01 11:31:59 -0500
committerCarlos Aznarán Laos2023-06-01 11:31:59 -0500
commit9caf089f21db58c308a00a60c8514a85bf952ddf (patch)
treede8e7f9b0c7144ac63e561bc126c3a487d7bb91b
parent0468d1c5c175594da828c7aa7d881b91c1e5e97b (diff)
downloadaur-9caf089f21db58c308a00a60c8514a85bf952ddf.tar.gz
openssh is not a checkdependency now
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c91dfb58df9d..185cd86d02dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,10 @@ pkgbase = python-micro-manager-precice
url = https://github.com/precice/micro-manager
arch = x86_64
license = LGPL3
- makedepends = python-setuptools
- makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
+ makedepends = python-wheel
depends = python-pyprecice
source = micro-manager-0.2.1.tar.gz::https://github.com/precice/micro-manager/archive/v0.2.1.tar.gz
sha512sums = c043d037a554dfa425e07ebd6504759e10c002c6b546769ba00cde8a916ba73f79c7980bf501642de34bf0ab5f9e43cb53957ea31bde70fcb7f410bd60d91f82
diff --git a/PKGBUILD b/PKGBUILD
index e9739059cffe..89920b0772a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(x86_64)
url="https://github.com/precice/${_base}"
license=(LGPL3)
depends=(python-pyprecice)
-makedepends=(python-setuptools python-wheel python-build python-installer)
+makedepends=(python-build python-installer python-setuptools python-wheel)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
sha512sums=('c043d037a554dfa425e07ebd6504759e10c002c6b546769ba00cde8a916ba73f79c7980bf501642de34bf0ab5f9e43cb53957ea31bde70fcb7f410bd60d91f82')