summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Andersson2016-05-17 22:46:31 +0200
committerMaxim Andersson2016-05-17 22:46:31 +0200
commitb0fe7e3067c270bd63070af6d7b5868ead441e1d (patch)
treec7342a736248872163579a26ce7bb9138d13a340
parent439b3b02b8238c000e63b710adcf7c0987566aef (diff)
downloadaur-b0fe7e3067c270bd63070af6d7b5868ead441e1d.tar.gz
Temporary download from a commit, since pkgver is not taged
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16be485a30fc..327a830e8a34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Tue May 17 20:45:43 UTC 2016
pkgbase = betty
pkgdesc = Friendly English-like interface for your command line
- pkgver = 0.1.7
+ pkgver = 0.1.8
pkgrel = 1
url = https://github.com/pickhardt/betty
arch = any
license = Apache
depends = ruby
- source = https://github.com/pickhardt/betty/archive/v0.1.7.tar.gz
- sha256sums = ed71e88a659725e0c475888df044c9de3ab1474ff483f0a3bb432949035e62d3
+ source = https://github.com/pickhardt/betty/archive/e1fc356c1c9c135a6e647e0c9552685d142e73a4.zip
+ sha256sums = a61b8025ad37822edbf5ddbf71bdde787c6c40989c26dc1897aae9d22118ee68
pkgname = betty
diff --git a/PKGBUILD b/PKGBUILD
index 4adb7905752b..bcd1adbc7b87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,21 @@
# Maintainer: Maxim Andersson <thesilentboatman@gmail.com>
pkgname=betty
-pkgver=0.1.7
+pkgver=0.1.8
pkgrel=1
pkgdesc="Friendly English-like interface for your command line"
arch=('any')
url="https://github.com/pickhardt/betty"
license=('Apache')
depends=('ruby')
-source=("https://github.com/pickhardt/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('ed71e88a659725e0c475888df044c9de3ab1474ff483f0a3bb432949035e62d3')
+# temporary hack since the pkgver is not taged
+source=("https://github.com/pickhardt/${pkgname}/archive/e1fc356c1c9c135a6e647e0c9552685d142e73a4.zip")
+#source=("https://github.com/pickhardt/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('a61b8025ad37822edbf5ddbf71bdde787c6c40989c26dc1897aae9d22118ee68')
prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}-"*
+ #cd "${srcdir}/${pkgname}-${pkgver}"
# Set absolute paths for static files
sed -i "s^File.dirname(__FILE__) + '/lib^'/usr/lib/${pkgname}^g" main.rb
@@ -21,7 +24,8 @@ prepare() {
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}-"*
+ #cd "${srcdir}/${pkgname}-${pkgver}"
install -d "${pkgdir}/etc/${pkgname}"