summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes2017-07-27 18:06:05 -0400
committerTavian Barnes2017-07-27 18:06:38 -0400
commitf0ad1c5adf71ada01bfe2c645c6fd409e112e60a (patch)
tree5131e862218b34a64b13f81f862fdfbda49693d1
parentc4c3a019e9d4fb9935920e7b2a3b69fd32877741 (diff)
downloadaur-f0ad1c5adf71ada01bfe2c645c6fd409e112e60a.tar.gz
Update license to 0BSD
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4c13813dc9b..5df46ac3ac0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 15 16:13:04 UTC 2016
+# Thu Jul 27 22:05:58 UTC 2017
pkgbase = bfs-git
pkgdesc = A breadth-first version of find.
- pkgver = 0.67.r1.32fdf4a
+ pkgver = 1.1.r1.590c038
pkgrel = 1
url = http://tavianator.com/cgit/bfs.git/
arch = i686
@@ -11,7 +11,7 @@ pkgbase = bfs-git
arch = armv6h
arch = armv7h
arch = aarch64
- license = custom:WTFPL
+ license = BSD
makedepends = git
provides = bfs
conflicts = bfs
diff --git a/.gitignore b/.gitignore
index 509d2b19f351..e7348341391d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
/*.tar.gz
-/*.tar.xz
+/*.pkg.tar.*
/bfs/
/pkg/
/src/
diff --git a/PKGBUILD b/PKGBUILD
index 4c1435cca9ed..be126116ff55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Tavian Barnes <tavianator@tavianator.com>
pkgname=bfs-git
-pkgver=0.67.r1.32fdf4a
+pkgver=1.1.r1.590c038
pkgrel=1
pkgdesc="A breadth-first version of find."
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://tavianator.com/cgit/bfs.git/"
-license=('custom:WTFPL')
+license=('BSD')
groups=()
depends=()
makedepends=('git')