summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb5d1a369546..bc1612efb78d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Chris Billington <chrisjbillington@gmail.com>
pkgname=remove-orphaned-kernels
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="pacman -Rs orphaned kernel and driver packages, excluding currently-running."
arch=('any')
@@ -8,9 +8,9 @@ url="https://aur.archlinux.org/packages/${pkgname}/"
license=('GPL')
depends=('python' 'sudo')
source=("${pkgname}")
-sha256sums=('a6939f973aa8013944354db38d4b42e0bcf69673fbabbc804af9842d27101649')
+sha256sums=('53e18eb9ba1def9400210467380175ce019af3f7ca35fbd085b27e17fe5cbf8d')
package() {
install -m755 -d "${pkgdir}/usr/bin/"
install -m755 "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-} \ No newline at end of file
+}