summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbud2019-01-16 16:29:21 +0000
committerbud2019-01-16 16:29:21 +0000
commit9ec79ed2789b423cbf79536c0fb8296004db3cf3 (patch)
treec7a622a21d9ba927b06608e516f75887af0c4819
parent944cf215969a167693f983c1d23b892b5ce66d44 (diff)
downloadaur-9ec79ed2789b423cbf79536c0fb8296004db3cf3.tar.gz
mondo update FUNCADELIC
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76022c6f0fe6..8a366e67f9eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mondo-generator
pkgdesc = a theme template manager and generator
- pkgver = 0.1.4
+ pkgver = 2019.01.16.1
pkgrel = 1
url = https://github.com/budlabs/mondo
arch = any
license = MIT
depends = bash>=4.0.0
- source = https://github.com/budlabs/mondo/archive/v.0.1.4.tar.gz
- sha256sums = efb08de7992f21c6d7d77a8feff92e9ed22e94a4619b647558bd0aadb59e4f85
+ source = https://github.com/budlabs/mondo/archive/2019.01.16.1.tar.gz
+ sha256sums = 35b57fcf2f171673895288c34b90cd434eb341bcb4cbd833418146c232360648
pkgname = mondo-generator
diff --git a/PKGBUILD b/PKGBUILD
index fa99221d6ced..bc4375d9b559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nils Kvist <robstenklippa@gmail.com>
pkgname=mondo-generator
-pkgver=0.1.4
+pkgver=2019.01.16.1
pkgrel=1
pkgdesc='a theme template manager and generator'
arch=('any')
@@ -19,12 +19,13 @@ backup=()
options=()
install=
changelog=
-source=("https://github.com/budlabs/mondo/archive/v.$pkgver.tar.gz")
+source=("https://github.com/budlabs/mondo/archive/$pkgver.tar.gz")
noextract=()
-sha256sums=('efb08de7992f21c6d7d77a8feff92e9ed22e94a4619b647558bd0aadb59e4f85')
+sha256sums=('35b57fcf2f171673895288c34b90cd434eb341bcb4cbd833418146c232360648')
package() {
- cd "mondo-v.$pkgver"
+ ls
+ cd "mondo-$pkgver"
make DESTDIR="$pkgdir/" PREFIX=/usr install