summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Bouvet2020-10-12 12:08:49 +0200
committerQuentin Bouvet2020-10-12 12:08:49 +0200
commite81aa5a9625235b1b93b45037266b7fe0d16eaaf (patch)
tree5c9fb177ed8dc08ca8514a77945c29d310c7f44f
parent5ae06d1fa37d34ebd7a77083b6e92739f46306ee (diff)
downloadaur-e81aa5a9625235b1b93b45037266b7fe0d16eaaf.tar.gz
updated dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e0311e26bdc..cb622b2f251f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = bash-command-timer-git
pkgdesc = Pretty-print execution time for each bash command.
pkgver = r39.f1b5412
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jichu4n/bash-command-timer
install = bash-command-timer-git.install
arch = any
license = APACHE
- depends = bash-preexec-git
+ depends = bash-preexec
provides = bash-command-timer
source = bash-command-timer-git-r39.f1b5412::git+https://github.com/jichu4n/bash-command-timer.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 96f51ca90f53..bbf961b894a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=bash-command-timer-git
provides=(bash-command-timer)
pkgver=r39.f1b5412
-pkgrel=2
+pkgrel=3
pkgdesc="Pretty-print execution time for each bash command."
arch=('any')
url="https://github.com/jichu4n/bash-command-timer"
license=('APACHE')
#makedepends=('')
-depends=('bash-preexec-git')
+depends=('bash-preexec')
source=("${pkgname}-${pkgver}::git+https://github.com/jichu4n/bash-command-timer.git#branch=master")
install="${pkgname}.install"