summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0b00f7f9760..15336d7b8e20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
+# Maintainer: Artem Vasilev <artem.vasilev@rwth-aachen.de>
+# Creator: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=podsync-bin
-pkgver=2.4.0
+pkgver=2.4.2
pkgrel=1
pkgdesc="Turn YouTube or Vimeo channels, users, or playlists into podcast feeds"
arch=('x86_64')
@@ -9,10 +10,10 @@ url='https://github.com/mxpv/podsync'
license=('MIT')
provides=('podsync')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mxpv/podsync/releases/download/v${pkgver}/Podsync_${pkgver}_Linux_x86_64.tar.gz")
-sha256sums=('26eb0937356555df1a9d9b036505299caac144c1f6aef6e17b763c877b70913c')
+sha256sums=('78b8788d37532850d2424d11926e16a9db70d3929ecfc471ae06808823676203')
package() {
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
install -Dm644 *.md -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm644 podsync "${pkgdir}/usr/bin/podsync"
+ install -Dm755 podsync "${pkgdir}/usr/bin/podsync"
}