summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2018-01-21 07:22:23 -0500
committergraysky2018-01-21 07:22:23 -0500
commit14bf14015e28a4da2bdebaef80aa36f0ecc57ed0 (patch)
tree33a751034a4534382cce0dcc9454692737da51a0
parent23ec68d54bd3dbf0e4a2d85ed456ed58698eafff (diff)
downloadaur-14bf14015e28a4da2bdebaef80aa36f0ecc57ed0.tar.gz
Update to 3.27-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81ee278c6535..02bf52834629 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Mar 1 22:16:10 UTC 2017
+# Sun Jan 21 12:22:23 UTC 2018
pkgbase = lostfiles
pkgdesc = Find orphaned files not owned by any Arch packages
- pkgver = 3.26
+ pkgver = 3.27
pkgrel = 1
url = https://github.com/graysky2/lostfiles
arch = any
license = GPL2
- source = https://github.com/graysky2/lostfiles/archive/v3.26.tar.gz
- sha256sums = 42c5408b1bbc32eafebf16b0f843c775b39356b6edecdff5437d3e58c1c614ed
+ source = lostfiles-3.27.tar.xz::https://github.com/graysky2/lostfiles/archive/v3.27.tar.gz
+ sha256sums = 0095834e4398abbb1cbdd93a500dc1262665d3d9467817abaaf4f8e82ed17cfa
pkgname = lostfiles
diff --git a/PKGBUILD b/PKGBUILD
index 567087e9b781..1bdd2280e488 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: graysky <graysky AT archlinux dot us>
pkgname=lostfiles
-pkgver=3.26
+pkgver=3.27
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=('42c5408b1bbc32eafebf16b0f843c775b39356b6edecdff5437d3e58c1c614ed')
+source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('0095834e4398abbb1cbdd93a500dc1262665d3d9467817abaaf4f8e82ed17cfa')
package() {
cd "$pkgname-$pkgver"