summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Mielniczuk2016-09-04 20:44:38 +0200
committerMarcin Mielniczuk2016-09-04 20:44:38 +0200
commitde93132995e7cb3223ac815d17206d8251961ae5 (patch)
tree270491803d605b916aa71bdb22759d7f95a4e87c
parent1de3ebb565ecab12a6e70dad44b31f2154d6a012 (diff)
downloadaur-de93132995e7cb3223ac815d17206d8251961ae5.tar.gz
First working version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0616ce8308c0..757ef12cc8d1 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 = 1
+ pkgrel = 2
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
+ source = git+https://github.com/marmistrz/lichify.git#51d3fea42583c65c6a87fc7e1b009cd58c732d25
sha1sums = SKIP
pkgname = lichify-git
diff --git a/PKGBUILD b/PKGBUILD
index 9f3a66311bc2..54ecc8ec7ae8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Marcin Mielniczuk <marmistrz.dev@gmail.com>
pkgname=lichify-git
pkgver=0.1
-pkgrel=1
+pkgrel=2
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")
+source=("git+https://github.com/marmistrz/lichify.git#51d3fea42583c65c6a87fc7e1b009cd58c732d25")
sha1sums=("SKIP")
package() {