summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinhaj Shovon2021-02-16 19:17:34 +0600
committerMinhaj Shovon2021-02-16 19:17:34 +0600
commitb6d5b65060f543c35e00a3416c4522b77eb8b311 (patch)
tree8513baa8784e9cf42c39d63ebd93bdbc48287314
parent59b12183155ced08c0f9b791534d1b1aed6d3360 (diff)
downloadaur-b6d5b65060f543c35e00a3416c4522b77eb8b311.tar.gz
version update
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81228a7fcf5b..7dd5236c925b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Minhaj SixByte <minhaj.sixbyte@gmail.com>
pkgname=autoexec
-pkgver=2020.12.15
-pkgrel=2
+pkgver=2021.01.08
+pkgrel=3
epoch=
pkgdesc="A development tool for automatic execution of scripts"
arch=('any')
@@ -10,10 +10,10 @@ license=('GPLv3')
groups=()
depends=('bash' 'coreutils' 'ncurses')
makedepends=()
-source=("https://github.com/terminalforlife/DEB-Packages/raw/master/autoexec/autoexec_2020-12-15_all.deb")
+source=("https://github.com/terminalforlife/DEB-Packages/raw/master/autoexec/autoexec_2021-01-08_all.deb")
noextract=()
md5sums=('SKIP')
package() {
- bsdtar -O -xf "autoexec_2020-12-15_all.deb" data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
+ bsdtar -O -xf "autoexec_2021-01-08_all.deb" data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
}