diff --git a/Alpine/APKGBUILD b/Alpine/APKGBUILD index c6decb4..e55cf5d 100644 --- a/Alpine/APKGBUILD +++ b/Alpine/APKGBUILD @@ -10,7 +10,7 @@ # .apk file extension == .tar.gz file extension pkgname=py3-nextcast -pkgver=0.0.1 +pkgver=0.0.2 pkgrel=1 pkgdesc="Nextcloud Podcast Client" url="https://git.privacy1st.de/langfingaz/nextcast" diff --git a/README.md b/README.md index c28efc0..6cf10f8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ cp Alpine/APKGBUILD ~/.local/var/pmbootstrap/cache_git/pmaports/main/py3-nextcas pmbootstrap apkbuild_parse py3-nextcast pmbootstrap checksum py3-nextcast pmbootstrap build --arch aarch64 py3-nextcast -#=> build x86_64/py3-nextcast-0.0.1-r1.apk +#=> build x86_64/py3-nextcast-0.0.2-r1.apk ``` ```shell @@ -45,8 +45,8 @@ pmbootstrap shutdown ``` ```shell -ls ~/.local/var/pmbootstrap/packages/edge/x86_64/py3-nextcast-0.0.1-r1.apk -ls ~/.local/var/pmbootstrap/packages/edge/x86_64/py3-nextcast-pyc-0.0.1-r1.apk +ls ~/.local/var/pmbootstrap/packages/edge/x86_64/py3-nextcast-0.0.2-r1.apk +ls ~/.local/var/pmbootstrap/packages/edge/x86_64/py3-nextcast-pyc-0.0.2-r1.apk ``` Sideload to your postmarketOS phone: diff --git a/setup.cfg b/setup.cfg index 2f66274..833f6bb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ [metadata] name = nextcast -version = 0.0.1 +version = 0.0.2 author = Daniel Langbein author_email = daniel@systemli.org description = Nextcloud Podcast Client