summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXuanrui Qi2020-08-28 00:59:40 +0900
committerXuanrui Qi2020-08-28 00:59:40 +0900
commit6bdcff702fca4b0da9642f5ad49417b6ad4d82b6 (patch)
treed4f4f1d58b386efd35b6497017070af4b92e74f7
parentbd3657a4e8e66daca23ca745e3c19f8f839db5bb (diff)
downloadaur-6bdcff702fca4b0da9642f5ad49417b6ad4d82b6.tar.gz
Release 1.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a7106c31263..b6be95b50676 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Jan 18 19:27:30 UTC 2017
pkgbase = liquidprompt
pkgdesc = A useful adaptive prompt for Bash & Zsh
- pkgver = 1.11
+ pkgver = 1.12.0
pkgrel = 2
url = https://github.com/nojhan/liquidprompt
arch = any
@@ -16,8 +14,8 @@ pkgbase = liquidprompt
optdepends = acpi: Battery and temperature status
optdepends = lm_sensors: Temperature status
conflicts = liquidprompt-git
- source = https://github.com/nojhan/liquidprompt/archive/v_1.11.tar.gz
- md5sums = 4b2562a5cc66829d18c0bffe368af8f0
+ source = https://github.com/nojhan/liquidprompt/archive/v1.12.0.tar.gz
+ md5sums = 9bc79c5c51a1494466f18051d7cc07ca
pkgname = liquidprompt
diff --git a/PKGBUILD b/PKGBUILD
index 54269c432dbb..da278895266c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tom van der Lee <t0m.vd.l33@gmail.com>
pkgname=liquidprompt
-pkgver=1.11
+pkgver=1.12.0
pkgrel=2
pkgdesc="A useful adaptive prompt for Bash & Zsh"
arch=("any")
@@ -15,11 +15,11 @@ depends=("ncurses"
"coreutils")
optdepends=("acpi: Battery and temperature status"
"lm_sensors: Temperature status")
-source=(https://github.com/nojhan/liquidprompt/archive/v_$pkgver.tar.gz)
-md5sums=('4b2562a5cc66829d18c0bffe368af8f0')
+source=(https://github.com/nojhan/liquidprompt/archive/v$pkgver.tar.gz)
+md5sums=('9bc79c5c51a1494466f18051d7cc07ca')
package() {
- cd "$pkgname-v_$pkgver"
+ cd "$pkgname-$pkgver"
install -Dm755 liquidprompt "$pkgdir/usr/bin/liquidprompt"
install -Dm644 liquidpromptrc-dist "$pkgdir/etc/liquidpromptrc"
}