summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMilo Gilad2018-06-25 17:11:29 -0400
committerMilo Gilad2018-06-25 17:11:29 -0400
commita16d23cdbe0d24744d574621078ec08affdc3acf (patch)
treea6528d6b288e00ff7386ff91352287251dd5efdf /PKGBUILD
parentc64046fd413f97252d744ddd24da16de784d5438 (diff)
downloadaur-paudit.tar.gz
Bump to 1.5 + updated download
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d3c5c8bec7b..6a30dc99f960 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Milo Gilad <myl0gcontact@gmail.com>
pkgname=paudit
-pkgver=1.4
+pkgver=1.5
pkgrel=1
epoch=
pkgdesc="Simple Arch package audit script "
arch=(any)
-url="https://github.com/Myl0g/paudit"
+url="https://gitlab.com/Myl0g/paudit"
license=('GPL')
depends=('pacman')
-source=("https://github.com/Myl0g/${pkgname}/archive/v${pkgver}.tar.gz")
+source=("https://gitlab.com/Myl0g/paudit/uploads/bd6ba7c0b80ce387c57b61faee7e18c5/${pkgname}-v${pkgver}.tar.xz")
package() {
install -d "${pkgdir}/usr/bin"
- mv "${srcdir}/${pkgname}-${pkgver}/${pkgname}.sh" "${pkgdir}/usr/bin/paudit"
+ mv "${srcdir}/${pkgname}/${pkgname}.sh" "${pkgdir}/usr/bin/paudit"
chmod 755 "${pkgdir}/usr/bin/paudit"
}
-md5sums=('d3ea182ce76a2a4b075ce28dada035c3')
+md5sums=('d837c7bf3f461b5b16ee04e0dd0e0bc8')