summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7610a1731c5..f3f5a19109f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = tl
pkgdesc = Painless timelapsing to show off your productivity.
- pkgver = 0.01
+ pkgver = 0.02
pkgrel = 1
url = https://github.com/ryanmjacobs/tl
arch = any
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/v0.02.tar.gz
+ md5sums = 637e3ba4d4b6816eeac95128704cb3bd
pkgname = tl
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"