summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-12-20 03:25:56 -0500
committergraysky2015-12-20 03:25:56 -0500
commit9de2ff65d2b2708944b644a9d0939d51a516bc58 (patch)
treebc919940767c9f6e25a5a5d5980b4967e5695eff
parent5477e1d3c0afebaf8f561cbf9c7dbdefbcbf3fe0 (diff)
downloadaur-9de2ff65d2b2708944b644a9d0939d51a516bc58.tar.gz
Update to 3.15-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ff86a932bf9..73394fc6f8a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
+# Generated by mksrcinfo v8
+# Sun Dec 20 08:25:56 UTC 2015
pkgbase = lostfiles
pkgdesc = Find orphan files - those not owned by any Arch packages.
- pkgver = 3.14
+ pkgver = 3.15
pkgrel = 1
url = https://github.com/graysky2/lostfiles
arch = any
license = GPL2
- source = https://github.com/graysky2/lostfiles/archive/v3.14.tar.gz
- sha256sums = f16ff9c2b74e18f7826a140df2a7b381bf262aa3d3fe564fb1c3900f531a2675
+ source = https://github.com/graysky2/lostfiles/archive/v3.15.tar.gz
+ sha256sums = c3d8c8abaab5469f733421b3086823f85983b94d00abf0fd7d4b2dd072818c1a
pkgname = lostfiles
diff --git a/PKGBUILD b/PKGBUILD
index 510c8adf921e..ef787047025e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: graysky <graysky AT archlinux dot us>
pkgname=lostfiles
-pkgver=3.14
+pkgver=3.15
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=('f16ff9c2b74e18f7826a140df2a7b381bf262aa3d3fe564fb1c3900f531a2675')
+sha256sums=('c3d8c8abaab5469f733421b3086823f85983b94d00abf0fd7d4b2dd072818c1a')
package() {
cd "$pkgname-$pkgver"