summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb897603c968..1d25095e3525 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Apr 30 21:50:46 UTC 2018
+# Sun May 6 12:38:27 UTC 2018
pkgbase = lostfiles
pkgdesc = Find orphaned files not owned by any Arch packages
- pkgver = 4.01
+ pkgver = 4.02
pkgrel = 1
url = https://github.com/graysky2/lostfiles
arch = any
license = GPL2
- source = lostfiles-4.01.tar.xz::https://github.com/graysky2/lostfiles/archive/v4.01.tar.gz
- sha256sums = 660eafaac135e12f69fe4cc14850068bed75f5dc24a03bba481712ad12e9d419
+ source = lostfiles-4.02.tar.xz::https://github.com/graysky2/lostfiles/archive/v4.02.tar.gz
+ sha256sums = f83670cb680935050edcd72f42bf8bc4c9be607ff025ae8960fef997329cedfe
pkgname = lostfiles
diff --git a/PKGBUILD b/PKGBUILD
index 3d46110dbadf..2b7513e0464c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: graysky <graysky AT archlinux dot us>
pkgname=lostfiles
-pkgver=4.01
+pkgver=4.02
pkgrel=1
pkgdesc='Find orphaned files not owned by any Arch packages'
arch=('any')
license=('GPL2')
url="https://github.com/graysky2/lostfiles"
source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('660eafaac135e12f69fe4cc14850068bed75f5dc24a03bba481712ad12e9d419')
+sha256sums=('f83670cb680935050edcd72f42bf8bc4c9be607ff025ae8960fef997329cedfe')
build() {
cd "$pkgname-$pkgver"