mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
Remove separate compilation inside build()
Signed-off-by: Страхиња Радић <contact@strahinja.org>
This commit is contained in:
parent
eab051e479
commit
79b08a85e5
2 changed files with 2 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = sled
|
||||
pkgdesc = Simple text editor
|
||||
pkgver = 0.10.4
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://strahinja.srht.site/sled
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Strahinya Radich <contact@strahinja.org>
|
||||
pkgname=sled
|
||||
pkgver=0.10.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Simple text editor"
|
||||
arch=('x86_64')
|
||||
url="https://strahinja.srht.site/sled"
|
||||
|
|
@ -21,8 +21,6 @@ build() {
|
|||
# Example on how to disable configuration options: turn off wrap
|
||||
# (uncomment next line)
|
||||
#sed -i 's,^\(#define ENABLE_WRAP\),//\1,' config.h
|
||||
|
||||
FALLBACKVER=$pkgver-$pkgrel PREFIX="$pkgdir/usr" ${redo}
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue