summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2017-03-28 11:30:57 +0200
committerSanpi2017-03-28 11:30:57 +0200
commite6c9da82637eee21a0f14951338a58be74094e86 (patch)
tree4bc73bce0a0c2a5366acb2139e13c4679022eac1
parent5215ba501aa47d784d3817ecff9e27bf8a172125 (diff)
downloadaur-e6c9da82637eee21a0f14951338a58be74094e86.tar.gz
Use source tarball
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc66d00a6adc..b07d40db5c4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = shyaml
pkgdesc = YAML for the command line
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/0k/shyaml
arch = x86_64
license = BSD
depends = python
depends = python-yaml
- source = git+https://github.com/0k/shyaml
- sha256sums = SKIP
+ source = https://github.com/0k/shyaml/archive/0.5.0.zip
+ sha256sums = 2765b399df0d3ffb58b04c52acde75b3373c10d2ecd513082f3caad97bc63076
pkgname = shyaml
diff --git a/PKGBUILD b/PKGBUILD
index 53d9a9e7eb3d..3ca5f01c77a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=shyaml
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='YAML for the command line'
arch=('x86_64')
url="https://github.com/0k/$pkgname"
license=('BSD')
depends=('python' 'python-yaml')
makedepends=()
-source=("git+https://github.com/0k/$pkgname")
-sha256sums=('SKIP')
+source=("$url/archive/$pkgver.tar.gz")
+sha256sums=('cd953f7242b82d06845b36a9c523a6751f42c58c7bbff00f90f8cd053081a6e8')
prepare() {
cd "$srcdir/$pkgname"