OSDN Git Service

fixed depends
authorkokkiemouse <kokkiemouse@gmail.com>
Sun, 6 Sep 2020 22:22:33 +0000 (07:22 +0900)
committerkokkiemouse <kokkiemouse@gmail.com>
Sun, 6 Sep 2020 22:22:33 +0000 (07:22 +0900)
Signed-off-by: kokkiemouse <kokkiemouse@gmail.com>
PKGBUILD

index 893dc14..150cb5d 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver="0.0.1.$(date +%Y%m%d%H%M)"
 pkgrel=1
 pkgdesc="Alter Linux TUI Installer"
 arch=('any')
-depends=('python' 'dialog' 'python-pythondialog')
+depends=('python' 'dialog' 'python-pythondialog' 'gptfdisk')
 makedepends=('python-setuptools')
 source=("git+https://github.com/FascodeNet/AlterLinux-TUI-Installer.git")
 sha512sums=('SKIP')
@@ -17,4 +17,4 @@ build() {
 package() {
   cd AlterLinux-TUI-Installer
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
\ No newline at end of file
+}