summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcsculley2019-09-10 00:41:26 -0400
committercsculley2019-09-10 00:41:26 -0400
commit4d1c213f129cbd16831c2291e56483dc1d7da5b5 (patch)
treea75c4a363e5147fecb508b08a84da830b96da58d
parent7b00afc25309789b787e37d1e83aab3e0018b151 (diff)
downloadaur-4d1c213f129cbd16831c2291e56483dc1d7da5b5.tar.gz
fix mv command
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a2d17bf1850..326aefd8c7ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sleepplan-git
pkgdesc = Calculate times to wake up based on bedtimes, and vice versa.
pkgver = r18.1af9c51
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/csculley/sleepplan
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 123790664576..f9b999d3e21f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Sculley <cs.sculley at gmail dot com>
pkgname=sleepplan-git
pkgver=r18.1af9c51
-pkgrel=1
+pkgrel=2
pkgdesc="Calculate times to wake up based on bedtimes, and vice versa."
arch=('any')
license=('GPL3')
@@ -14,7 +14,6 @@ source=("sleepplan::git+https://gitlab.com/csculley/sleepplan.git#branch=master"
md5sums=('SKIP')
pkgver() {
- mv sleeplan "$pkgname"
cd "$pkgname"
( set -o pipefail
git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||