summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fe8cf2e4335..c4ab9900b95b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=auto-reencode
arch=('any')
license=('MIT')
-pkgver=2.81
+pkgver=2.82
pkgrel=1
pkgdesc="Mass convert wmv and flv files to mp4 contained x264 files using ffmpeg."
conflicts=('autoflv2x264')
replaces=('autoflv2x264')
depends=('mediainfo>=0.7.2' 'ffmpeg')
url="https://github.com/graysky2/auto-reencode"
-source=("http://repo-ck.com/source/$pkgname/$pkgname-$pkgver.tar.xz")
-sha256sums=('2cb5fddd5f6651f5f08f5b8561ac21c95e0fe3601454ae52cb287421b1dd051a')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('a064429a048e0e0e931a25afc26449035a7474eea013688f034a162242c1b030')
package() {
cd "$pkgname-$pkgver"