summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortrizen2023-07-08 11:22:09 +0300
committertrizen2023-07-08 11:22:09 +0300
commit4d6e6567501f010e78ad5baf49e4452836b01848 (patch)
tree7bb85d69f733714ad12d4bf0cf921e3f9d4f1c77 /PKGBUILD
parent3383e6f37f9ad8e57003cffaefa87d687cc487de (diff)
downloadaur-4d6e6567501f010e78ad5baf49e4452836b01848.tar.gz
Version 0.0.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb474a6cebf5..66a7e8c8f796 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
pkgname=srt-delay
-pkgver=0.0.4
+pkgver=0.0.6
pkgrel=1
pkgdesc="A commandline tool to adjust srt's time stamp."
arch=('any')
-url="http://code.google.com/p/trizen/downloads/detail?name=$pkgname-$pkgver.tar.gz"
+url="https://github.com/trizen/perl-scripts"
license=('GPL')
depends=('perl>=5.10.1')
source=("https://raw.githubusercontent.com/trizen/perl-scripts/master/Subtitle/srt-delay")
-md5sums=('0db4d334d487101b3674b72a5439b86e')
+md5sums=('ff37b6803ad128e43b05fc066e8936b3')
package() {
install -Dm 755 "$pkgname" "$pkgdir/usr/bin/$pkgname"