diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 01:16:03 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 01:16:03 -0300 |
commit | 56057eb7274804c6d896041a4ba65294708bf7cd (patch) | |
tree | 5645cd4bc5f8b2cafdf0dc77f98b988556c90c55 /testing/oh-my-zsh | |
parent | 2f6605d214322e62b6a0c290360b91a2f8a7224d (diff) | |
download | aports-56057eb7274804c6d896041a4ba65294708bf7cd.tar.bz2 aports-56057eb7274804c6d896041a4ba65294708bf7cd.tar.xz |
testing/oh-my-zsh: fix url
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) |