summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-07-25 04:00:58 +0200
committerMichal Wojdyla2021-07-25 04:00:58 +0200
commitb3705f500dc44aa71a40b1a75028c80582c5eb7a (patch)
tree7cbb553feca48d1b90b6fe55167eadf46a78afd6
parent608ab57c434858a4c86f1056abd213a200cb9962 (diff)
downloadaur-rerun.tar.gz
update to 1.4.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce40b7da6b27..07f4d4ce4f82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
pkgbase = rerun
- pkgdesc = Turn your favorite shell scripts into modular automation with standardized options handling, command line completion, documentation generation, and a built-in test framework
- pkgver = 1.1.1
+ pkgdesc = Take your shell scripts and turn them into powerful full featured management utilities with no extra programming.
+ pkgver = 1.4.1
pkgrel = 1
url = https://rerun.github.io/rerun/
install = rerun.install
arch = any
license = Apache
- makedepends = autoconf
- makedepends = make
depends = bash
depends = discount
depends = python2-pygments
- source = rerun-1.1.1.tar.gz::https://codeload.github.com/rerun/rerun/tar.gz/v1.1.1
- sha256sums = 6afef26be4430f47ae9bb574f16a79ac4b3bf0d49f26033733e4748c770e2cb9
+ source = rerun-1.4.1.tar.gz::https://codeload.github.com/rerun/rerun/tar.gz/v1.4.1
+ sha256sums = 07557f1e3b9f0d94f5cee3aa9bb82ba688769806d9fd59a60713a57a7adcb727
pkgname = rerun
-
diff --git a/PKGBUILD b/PKGBUILD
index 7408dd2b1719..8c56f0002289 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
-# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
+# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=rerun
-pkgver=1.1.1
+pkgver=1.4.1
pkgrel=1
-pkgdesc="Turn your favorite shell scripts into modular automation with standardized options handling, command line completion, documentation generation, and a built-in test framework"
+pkgdesc="Take your shell scripts and turn them into powerful full featured management utilities with no extra programming."
arch=('any')
depends=('bash' 'discount' 'python2-pygments')
-makedepends=('autoconf' 'make')
url="https://rerun.github.io/rerun/"
license=('Apache')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/rerun/$pkgname/tar.gz/v$pkgver)
-sha256sums=('6afef26be4430f47ae9bb574f16a79ac4b3bf0d49f26033733e4748c770e2cb9')
+sha256sums=('07557f1e3b9f0d94f5cee3aa9bb82ba688769806d9fd59a60713a57a7adcb727')
install=rerun.install
build() {