summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2019-10-23 02:28:34 +0800
committerJack Chen2019-10-23 02:28:34 +0800
commit17ec6425ceda085a6a2cdb2a654c9adec33babf6 (patch)
tree39d8097b87b44354fee30da7601349cc61c4568a
parent31924ce96d14060ba4d77dcec811dc3a84196273 (diff)
downloadaur-17ec6425ceda085a6a2cdb2a654c9adec33babf6.tar.gz
fix makedepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39c277ea6358..0b89ef293024 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = anbox-image-houdini-rooted
pkgdesc = Android image for running in Anbox with Houdini and SuperSU
pkgver = 2018.07.19
- pkgrel = 4
+ pkgrel = 5
url = https://anbox.io/
arch = x86_64
license = custom
- depends = sed
- depends = squashfs-tools
+ makedepends = unzip
+ makedepends = squashfs-tools
provides = anbox-image
conflicts = anbox-image
source = http://build.anbox.io/android-images/2018/07/19/android_amd64.img
diff --git a/PKGBUILD b/PKGBUILD
index 76631866e59b..013c71a690a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=anbox-image-houdini-rooted
pkgver=2018.07.19
-pkgrel=4
+pkgrel=5
pkgdesc='Android image for running in Anbox with Houdini and SuperSU'
arch=('x86_64')
url='https://anbox.io/'
license=('custom')
-depends=(
- 'sed'
+makedepends=(
+ 'unzip'
'squashfs-tools'
)
provides=(