summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Mielniczuk2016-09-27 11:23:45 +0200
committerMarcin Mielniczuk2016-09-27 11:23:45 +0200
commitca50d8d861c7c07e23e3df107bf0d896daf7c3e4 (patch)
tree7f7350b18bd1dba94bb3b7316811c9392c8484a9
parent409282142e35f2ba1fd76d778af9f0eb6831af93 (diff)
downloadaur-lichify-git.tar.gz
v0.1.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a127af193d49..0726ab4a3336 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lichify-git
pkgdesc = A simple daemon to notify about new lichess.org games
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/marmistrz/lichify
arch = any
@@ -8,7 +8,7 @@ pkgbase = lichify-git
makedepends = git
depends = python-notify2
depends = python-requests
- source = git+https://github.com/marmistrz/lichify.git#tag=v0.1.1
+ source = git+https://github.com/marmistrz/lichify.git#tag=v0.1.2
sha1sums = SKIP
pkgname = lichify-git
diff --git a/PKGBUILD b/PKGBUILD
index 2477eababfc4..8c6a7fbf20ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marcin Mielniczuk <marmistrz.dev@gmail.com>
pkgname=lichify-git
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="A simple daemon to notify about new lichess.org games"
arch=("any")
@@ -8,7 +8,7 @@ url="https://github.com/marmistrz/lichify"
license=('GPLv3')
depends=('python-notify2' 'python-requests')
makedepends=('git')
-source=("git+https://github.com/marmistrz/lichify.git#tag=v0.1.1")
+source=("git+https://github.com/marmistrz/lichify.git#tag=v$pkgver")
sha1sums=("SKIP")
package() {