summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Mielniczuk2016-09-04 20:48:58 +0200
committerMarcin Mielniczuk2016-09-04 20:48:58 +0200
commit227a45f2b8a7e431161818b2d9955aeaaaff79ea (patch)
treea1aaf277129b4cfe15ffdd3522184fc109c0c72f
parentde93132995e7cb3223ac815d17206d8251961ae5 (diff)
downloadaur-227a45f2b8a7e431161818b2d9955aeaaaff79ea.tar.gz
Fix the commit specification
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 757ef12cc8d1..12f003120eab 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 = 2
+ pkgrel = 3
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#51d3fea42583c65c6a87fc7e1b009cd58c732d25
+ source = git+https://github.com/marmistrz/lichify.git#commit=51d3fea42583c65c6a87fc7e1b009cd58c732d25
sha1sums = SKIP
pkgname = lichify-git
diff --git a/PKGBUILD b/PKGBUILD
index 54ecc8ec7ae8..757d5aef7ecc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Marcin Mielniczuk <marmistrz.dev@gmail.com>
pkgname=lichify-git
pkgver=0.1
-pkgrel=2
+pkgrel=3
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#51d3fea42583c65c6a87fc7e1b009cd58c732d25")
+source=("git+https://github.com/marmistrz/lichify.git#commit=51d3fea42583c65c6a87fc7e1b009cd58c732d25")
sha1sums=("SKIP")
package() {