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 a1fcbf4c377a..6e00802e09fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ryan Jacobs <ryan.mjacobs@gmail.com>
pkgname=tl
-pkgver=0.01
+pkgver=0.02
pkgrel=1
pkgdesc='Painless timelapsing to show off your productivity.'
arch=('any')
@@ -8,8 +8,8 @@ url="https://github.com/ryanmjacobs/tl"
license=('MIT')
provides=('tl')
conflicts=('tl')
-source=('https://github.com/ryanmjacobs/tl/archive/v0.01.tar.gz')
-md5sums=('13e66df3581d4936ec1c3594c6c7d554')
+source=("https://github.com/ryanmjacobs/tl/archive/v${pkgver}.tar.gz")
+md5sums=('637e3ba4d4b6816eeac95128704cb3bd')
build() {
cd "$srcdir/$pkgname-$pkgver"