summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-11-19 08:14:59 +0200
committerDimitris Kiziridis2020-11-19 08:14:59 +0200
commita00775d3b2663070618315a9e36006f06d3094e5 (patch)
treed0521344cad58a74a505989b617f4e1a52d99c23 /PKGBUILD
parent128021587cf4afbefa305b64015218d7c340f7bf (diff)
downloadaur-a00775d3b2663070618315a9e36006f06d3094e5.tar.gz
Update to 2.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f50503c27a7d..e0b00f7f9760 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=podsync-bin
-pkgver=2.2.2
+pkgver=2.4.0
pkgrel=1
pkgdesc="Turn YouTube or Vimeo channels, users, or playlists into podcast feeds"
arch=('x86_64')
@@ -9,10 +9,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=('37e469fbb7592840ea6fd35815402a5b287068cbc8921f504c5629a74d592f29')
+sha256sums=('26eb0937356555df1a9d9b036505299caac144c1f6aef6e17b763c877b70913c')
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"
-} \ No newline at end of file
+}