summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Mielniczuk2016-09-05 15:18:12 +0200
committerMarcin Mielniczuk2016-09-05 15:18:12 +0200
commit409282142e35f2ba1fd76d778af9f0eb6831af93 (patch)
tree9ef854b084e4aab31c9732a1c475aec357ee06f3
parent227a45f2b8a7e431161818b2d9955aeaaaff79ea (diff)
downloadaur-409282142e35f2ba1fd76d778af9f0eb6831af93.tar.gz
Update to 0.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12f003120eab..a127af193d49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = lichify-git
pkgdesc = A simple daemon to notify about new lichess.org games
- pkgver = 0.1
- pkgrel = 3
+ pkgver = 0.1.1
+ pkgrel = 1
url = https://github.com/marmistrz/lichify
arch = any
license = GPLv3
makedepends = git
depends = python-notify2
depends = python-requests
- source = git+https://github.com/marmistrz/lichify.git#commit=51d3fea42583c65c6a87fc7e1b009cd58c732d25
+ source = git+https://github.com/marmistrz/lichify.git#tag=v0.1.1
sha1sums = SKIP
pkgname = lichify-git
diff --git a/PKGBUILD b/PKGBUILD
index 757d5aef7ecc..2477eababfc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Marcin Mielniczuk <marmistrz.dev@gmail.com>
pkgname=lichify-git
-pkgver=0.1
-pkgrel=3
+pkgver=0.1.1
+pkgrel=1
pkgdesc="A simple daemon to notify about new lichess.org games"
arch=("any")
url="https://github.com/marmistrz/lichify"
license=('GPLv3')
depends=('python-notify2' 'python-requests')
makedepends=('git')
-source=("git+https://github.com/marmistrz/lichify.git#commit=51d3fea42583c65c6a87fc7e1b009cd58c732d25")
+source=("git+https://github.com/marmistrz/lichify.git#tag=v0.1.1")
sha1sums=("SKIP")
package() {