[arch-commits] Commit in fff/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sat Jan 5 20:07:56 UTC 2019
Date: Saturday, January 5, 2019 @ 20:07:55
Author: arodseth
Revision: 420687
upgpkg: fff 0.3.2-1
Modified:
fff/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-05 17:29:06 UTC (rev 420686)
+++ PKGBUILD 2019-01-05 20:07:55 UTC (rev 420687)
@@ -2,15 +2,15 @@
# Contributor: Crestwave <crest.wave at yahoo.com>
pkgname=fff
-pkgver=0.0
+pkgver=0.3.2
pkgrel=1
pkgdesc='Simple and fast file manager'
-arch=('any')
+arch=(any)
url='https://github.com/dylanaraps/fff'
-license=('MIT')
-makedepends=('git')
-depends=('xdg-utils')
-source=("git+${url}#commit=339e1e9b")
+license=(MIT)
+makedepends=(git)
+depends=(xdg-utils)
+source=("git+${url}#tag=$pkgver")
sha256sums=('SKIP')
package() {
More information about the arch-commits
mailing list