summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-05-03 15:11:28 -0400
committergraysky2016-05-03 15:11:28 -0400
commit15d03b0578b16bf9d96d70170b20a035ef2d97c4 (patch)
tree105b61fa160b8d57077a57aca6a358977f811719
parent9de2ff65d2b2708944b644a9d0939d51a516bc58 (diff)
downloadaur-15d03b0578b16bf9d96d70170b20a035ef2d97c4.tar.gz
Update to 3.16-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73394fc6f8a5..da6bca834c3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Sun Dec 20 08:25:56 UTC 2015
+# Tue May 3 19:11:28 UTC 2016
pkgbase = lostfiles
pkgdesc = Find orphan files - those not owned by any Arch packages.
- pkgver = 3.15
+ pkgver = 3.16
pkgrel = 1
url = https://github.com/graysky2/lostfiles
arch = any
license = GPL2
- source = https://github.com/graysky2/lostfiles/archive/v3.15.tar.gz
- sha256sums = c3d8c8abaab5469f733421b3086823f85983b94d00abf0fd7d4b2dd072818c1a
+ source = https://github.com/graysky2/lostfiles/archive/v3.16.tar.gz
+ sha256sums = 9754946bd3cffef7e0ee13a8ce4582d212fab4980edad6f79a173b1db7ef009e
pkgname = lostfiles
diff --git a/PKGBUILD b/PKGBUILD
index ef787047025e..775c30e8cd91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: graysky <graysky AT archlinux dot us>
pkgname=lostfiles
-pkgver=3.15
+pkgver=3.16
pkgrel=1
pkgdesc='Find orphan files - those 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=('c3d8c8abaab5469f733421b3086823f85983b94d00abf0fd7d4b2dd072818c1a')
+sha256sums=('9754946bd3cffef7e0ee13a8ce4582d212fab4980edad6f79a173b1db7ef009e')
package() {
cd "$pkgname-$pkgver"