summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2015-06-17 01:00:15 +0200
committerNarrat2015-06-17 01:00:15 +0200
commit6e3eec73d333da8008c28c20deda11490e55fa26 (patch)
tree2464467ff673ae3332762618a53e13e4cdb59c40
parente8607f76f96d084e955301bff77192be21ec60e2 (diff)
downloadaur-6e3eec73d333da8008c28c20deda11490e55fa26.tar.gz
correcthorse: Small update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65d64574b67b..8dcb9431f1d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = correcthorse
- pkgdesc = Passphrase generator based on http://xkcd.com/936/
+ pkgdesc = Passphrase generator based on https://xkcd.com/936/
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rmartinjak/correcthorse
arch = i686
arch = x86_64
license = WTFPL
- source = http://rmartinjak.de/correcthorse/correcthorse-1.0.tar.gz
+ source = https://github.com/rmartinjak/correcthorse/archive/v1.0.tar.gz
md5sums = 3d691f786f5879f5b902585472d6d195
pkgname = correcthorse
diff --git a/PKGBUILD b/PKGBUILD
index fdbd6604ffbb..4b0b470d38bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,14 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
+# Contributor: Lex Black <autumn-wind at web dot de>
+# Contributor: Robin Martinjak <rob@rmartinjak.de>
-# Maintainer: Robin Martinjak <rob@rmartinjak.de>
pkgname=correcthorse
pkgver=1.0
-pkgrel=1
-pkgdesc="Passphrase generator based on http://xkcd.com/936/"
+pkgrel=2
+pkgdesc="Passphrase generator based on https://xkcd.com/936/"
arch=('i686' 'x86_64')
url="https://github.com/rmartinjak/correcthorse"
license=('WTFPL')
-source=(http://rmartinjak.de/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(https://github.com/rmartinjak/$pkgname/archive/v$pkgver.tar.gz)
md5sums=('3d691f786f5879f5b902585472d6d195')