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 b5f8b16d13ea..510f621cf889 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=reflac
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="Recompresses FLAC files while preserving tags"
arch=('any')
@@ -9,8 +9,8 @@ url="https://github.com/chungy/reflac"
depends=('sh')
makedepends=('asciidoc')
license=('ISC')
-source=(https://github.com/chungy/reflac/archive/0.1.tar.gz)
-sha256sums=(2f8db60d5dcd13e6c3868f96e0058edcb0dc1293b2fd97bb7996737e1cdd4526)
+source=("$url"/archive/"$pkgver".tar.gz)
+sha256sums=(a4ccb2c29a0ded9192ea72d27bd9e6e1e3b4e2335694eec09931519cea8832a2)
build() {
cd "$srcdir/$pkgname-$pkgver"