summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venriès2017-11-05 14:29:58 +0100
committerThomas Venriès2017-11-05 14:29:58 +0100
commitfde1765088a7e42dd583a3e10ed9a1bcb666338e (patch)
tree9f63b6a8ba327156a956c562462dfa24b6c98857
parentb6a139d7009408a0f64d516750b0ee50b8d86ab3 (diff)
downloadaur-fde1765088a7e42dd583a3e10ed9a1bcb666338e.tar.gz
v0.8.0-2: Fix new submodule name
Signed-off-by: Thomas Venriès <thomas.venries@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2954685a616..f9b2f9b14efb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mons
pkgdesc = POSIX Shell script to quickly manage 2-monitors display.
pkgver = 0.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Ventto/mons.git
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 55694f3721cc..f99e9e3e4764 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mons
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc='POSIX Shell script to quickly manage 2-monitors display.'
arch=('any')
url="https://github.com/Ventto/${pkgname}.git"
@@ -19,7 +19,7 @@ sha256sums=('SKIP' 'SKIP')
prepare() {
cd ${srcdir}
rm -r ${pkgname}-${pkgver}/posix-shell-list
- mv 'posix-shell-list-1.0' ${pkgname}-${pkgver}/posix-shell-list
+ mv 'libshlist-1.0' ${pkgname}-${pkgver}/posix-shell-list
}
build() {