summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArtem Vasilev2022-04-01 08:24:30 +0200
committerArtem Vasilev2022-04-01 08:24:30 +0200
commit64393f7dbcaa80f91ae22b622b9f54b00f1df50d (patch)
tree2ff9010e1139ce7a2aef31833c6e4eec2f5e599a /PKGBUILD
parenta00775d3b2663070618315a9e36006f06d3094e5 (diff)
downloadaur-64393f7dbcaa80f91ae22b622b9f54b00f1df50d.tar.gz
Upgraded the version to 2.4.2
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"
}