summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-06-04 08:11:20 -0400
committergraysky2016-06-04 08:11:20 -0400
commit8e964615b7284c089e7f33317521fdcacaf5bb0f (patch)
treecc3bb27f72f20be7be79018b9e9e8fc144648abb
parentf676a13b6d9d52c60e2eff60e6ba927d9cacd90f (diff)
downloadaur-8e964615b7284c089e7f33317521fdcacaf5bb0f.tar.gz
Update to 3.19-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d965e0459f0c..18efa7ea77d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Thu May 5 20:48:22 UTC 2016
+# Sat Jun 4 12:11:20 UTC 2016
pkgbase = lostfiles
- pkgdesc = Find orphan files - those not owned by any Arch packages.
- pkgver = 3.18
+ pkgdesc = Find orphaned files not owned by any Arch packages
+ pkgver = 3.19
pkgrel = 1
url = https://github.com/graysky2/lostfiles
arch = any
license = GPL2
- source = https://github.com/graysky2/lostfiles/archive/v3.18.tar.gz
- sha256sums = b87f7b4bc690a2df410f385cf3aaf5b74f69ea3e369cb14a8930f9f422ff391e
+ source = https://github.com/graysky2/lostfiles/archive/v3.19.tar.gz
+ sha256sums = db21ef736dd253e9c01394df110de90f5ff9429fee82b405aa669f7b89b25f8b
pkgname = lostfiles
diff --git a/PKGBUILD b/PKGBUILD
index b281c72f403c..4ee074449b75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: graysky <graysky AT archlinux dot us>
pkgname=lostfiles
-pkgver=3.18
+pkgver=3.19
pkgrel=1
-pkgdesc='Find orphan files - those not owned by any Arch packages.'
+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=('b87f7b4bc690a2df410f385cf3aaf5b74f69ea3e369cb14a8930f9f422ff391e')
+sha256sums=('db21ef736dd253e9c01394df110de90f5ff9429fee82b405aa669f7b89b25f8b')
package() {
cd "$pkgname-$pkgver"