summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-06-06 15:45:50 -0400
committergraysky2016-06-06 15:45:50 -0400
commit472107e54c416aca1a3fc151cfa8653fd563517d (patch)
treef9ba6c7437a1f24040b35367c5929b408a8f94e4
parent8e964615b7284c089e7f33317521fdcacaf5bb0f (diff)
downloadaur-472107e54c416aca1a3fc151cfa8653fd563517d.tar.gz
Update to 3.20-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18efa7ea77d3..9f35c9b9d3dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Jun 4 12:11:20 UTC 2016
+# Mon Jun 6 19:45:50 UTC 2016
pkgbase = lostfiles
pkgdesc = Find orphaned files not owned by any Arch packages
- pkgver = 3.19
+ pkgver = 3.20
pkgrel = 1
url = https://github.com/graysky2/lostfiles
arch = any
license = GPL2
- source = https://github.com/graysky2/lostfiles/archive/v3.19.tar.gz
- sha256sums = db21ef736dd253e9c01394df110de90f5ff9429fee82b405aa669f7b89b25f8b
+ source = https://github.com/graysky2/lostfiles/archive/v3.20.tar.gz
+ sha256sums = d912009ac4d74211bf661184ac5a4e9f7c0853bee23985f0ec70ab4ca6c36543
pkgname = lostfiles
diff --git a/PKGBUILD b/PKGBUILD
index 4ee074449b75..552c4f657f7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: graysky <graysky AT archlinux dot us>
pkgname=lostfiles
-pkgver=3.19
+pkgver=3.20
pkgrel=1
pkgdesc='Find orphaned files not owned by any Arch packages'
arch=('any')
license=('GPL2')
url="https://github.com/graysky2/lostfiles"
source=("https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('db21ef736dd253e9c01394df110de90f5ff9429fee82b405aa669f7b89b25f8b')
+sha256sums=('d912009ac4d74211bf661184ac5a4e9f7c0853bee23985f0ec70ab4ca6c36543')
package() {
cd "$pkgname-$pkgver"