summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinhaj Shovon2020-12-16 12:29:22 +0600
committerMinhaj Shovon2020-12-16 12:29:22 +0600
commita6cb35b9cb20a9ee61fb7c77648f181050a4565e (patch)
tree46173285499bf77c5e94823d916aa1e0d3da8873
parentc01bf852e03879f98bea55758a24197d70b56646 (diff)
downloadaur-a6cb35b9cb20a9ee61fb7c77648f181050a4565e.tar.gz
Bug fixed
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f57ffa11cc1e..81228a7fcf5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Minhaj SixByte <minhaj.sixbyte@gmail.com>
pkgname=autoexec
-pkgver=2020.12.10
-pkgrel=1
+pkgver=2020.12.15
+pkgrel=2
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-02-22_all.deb")
+source=("https://github.com/terminalforlife/DEB-Packages/raw/master/autoexec/autoexec_2020-12-15_all.deb")
noextract=()
md5sums=('SKIP')
package() {
- bsdtar -O -xf "autoexec_2020-02-22_all.deb" data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
+ bsdtar -O -xf "autoexec_2020-12-15_all.deb" data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
}