diff options
Diffstat (limited to 'testing/oh-my-zsh')
-rw-r--r-- | testing/oh-my-zsh/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/oh-my-zsh/APKBUILD b/testing/oh-my-zsh/APKBUILD index 7e31ffd0a7..de33449e03 100644 --- a/testing/oh-my-zsh/APKBUILD +++ b/testing/oh-my-zsh/APKBUILD @@ -3,10 +3,10 @@ pkgname=oh-my-zsh pkgver=0_git20180122 -pkgrel=0 +pkgrel=1 pkgdesc="A delightful community-driven framework for managing your zsh \ configuration that includes plugins and themes." -url="http://ohmyz.sh/" +url="https://ohmyz.sh/" arch="noarch" license="MIT" depends="zsh powerline-extra-symbols" @@ -19,7 +19,6 @@ source="$pkgname-$pkgver.zip::https://github.com/robbyrussell/$pkgname/archive/$ builddir="$srcdir/"$pkgname-$_gitrev package() { - cd "$builddir" install -d "$pkgdir"/usr/share/oh-my-zsh/ \ "$pkgdir"/usr/share/doc/$pkgname/ chmod 755 $(find . -type d) |