summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-07-19 14:25:53 -0400
committergraysky2016-07-19 14:25:53 -0400
commitc0552a83defeffdf8a2e6c0b661c5ff81dbafd7b (patch)
tree721bc86ee77c755bcbedc216d3abfc531b0d40d1
parentb550e408752663aaa71ec8b6a4f71a7652bc1d35 (diff)
downloadaur-c0552a83defeffdf8a2e6c0b661c5ff81dbafd7b.tar.gz
Update to 3.23-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e75635ee0915..83fbc1cca60a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Jul 5 19:07:39 UTC 2016
+# Tue Jul 19 18:25:53 UTC 2016
pkgbase = lostfiles
pkgdesc = Find orphaned files not owned by any Arch packages
- pkgver = 3.22
+ pkgver = 3.23
pkgrel = 1
url = https://github.com/graysky2/lostfiles
arch = any
license = GPL2
- source = https://github.com/graysky2/lostfiles/archive/v3.22.tar.gz
- sha256sums = c6d9ee0b3e57387faa72fb82164fc3db5241ee4501b538b7180363d5e70e4dd4
+ source = https://github.com/graysky2/lostfiles/archive/v3.23.tar.gz
+ sha256sums = a402874a6345b2f12c6e4903abe0133f1f76e6cc2c2f8d1d3ebdea7c112f3adf
pkgname = lostfiles
diff --git a/PKGBUILD b/PKGBUILD
index 9059cff9f024..984093f29a8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: graysky <graysky AT archlinux dot us>
pkgname=lostfiles
-pkgver=3.22
+pkgver=3.23
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=('c6d9ee0b3e57387faa72fb82164fc3db5241ee4501b538b7180363d5e70e4dd4')
+sha256sums=('a402874a6345b2f12c6e4903abe0133f1f76e6cc2c2f8d1d3ebdea7c112f3adf')
package() {
cd "$pkgname-$pkgver"