summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-01-28 20:16:55 +0100
committerKarel Kočí <cynerd@email.cz>2020-01-28 20:16:55 +0100
commit9a47aafbe85323407007b3664f4a142e4e2a70b1 (patch)
tree4ca79048b3c5557e9bfc14aa23374b2e31f4d4a7
parent875b8ff6f763a7c65ae2afa0a4a9dc60b0265a6d (diff)
downloadalpine-personal-pkgs-9a47aafbe85323407007b3664f4a142e4e2a70b1.tar.gz
alpine-personal-pkgs-9a47aafbe85323407007b3664f4a142e4e2a70b1.tar.bz2
alpine-personal-pkgs-9a47aafbe85323407007b3664f4a142e4e2a70b1.zip
Ups fix previous commit
-rw-r--r--acct-cynerd/APKBUILD1
-rw-r--r--libomxil-bellagio/APKBUILD1
2 files changed, 1 insertions, 1 deletions
diff --git a/acct-cynerd/APKBUILD b/acct-cynerd/APKBUILD
index f77406b..8d82124 100644
--- a/acct-cynerd/APKBUILD
+++ b/acct-cynerd/APKBUILD
@@ -10,7 +10,6 @@ license="GPLv3"
options="!check"
depends="shellrc-zsh"
-makedepends="automake autoconf libtool"
source="authorized_keys"
install="$pkgname.pre-install $pkgname.pre-upgrade"
diff --git a/libomxil-bellagio/APKBUILD b/libomxil-bellagio/APKBUILD
index 0b8550e..e22fdd5 100644
--- a/libomxil-bellagio/APKBUILD
+++ b/libomxil-bellagio/APKBUILD
@@ -9,6 +9,7 @@ arch="armhf aarch64"
license="LGPL-2.1-or-later"
options="!check"
+makedepends="automake autoconf libtool"
source="$pkgname-$pkgver.tar.gz::https://github.com/felipec/libomxil-bellagio/archive/$pkgver.tar.gz"
build() {