Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
92b1e5a0
Commit
92b1e5a0
authored
Mar 29, 2016
by
Fabian Kosmale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
less: updated to the latest version
parent
a3c43df8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
less/PKGBUILD
less/PKGBUILD
+3
-3
No files found.
less/PKGBUILD
View file @
92b1e5a0
...
...
@@ -4,7 +4,7 @@
# maintainer (x86_64): AlmAck
pkgname
=
less
pkgver
=
4
7
1
pkgver
=
4
8
1
pkgrel
=
1
pkgdesc
=
"A terminal based program for viewing text files"
license
=(
'GPL3'
)
...
...
@@ -13,7 +13,7 @@ url="http://www.greenwoodsoftware.com/less"
groups
=(
'base'
)
depends
=(
'ncurses'
'pcre'
)
source
=(
http://www.greenwoodsoftware.com/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz
{
,.sig
})
md5sums
=(
'
9a40d29a2d84b41f9f36d7dd90b4f950
'
md5sums
=(
'
50ef46065c65257141a7340123527767
'
'SKIP'
)
build
()
{
...
...
@@ -25,4 +25,4 @@ build() {
package
()
{
cd
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
make
DESTDIR
=
${
pkgdir
}
install
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment