Remove separate compilation inside build()

Signed-off-by: Страхиња Радић <contact@strahinja.org>
This commit is contained in:
Страхиња Радић 2022-04-30 22:45:54 +02:00
parent eab051e479
commit 79b08a85e5
No known key found for this signature in database
GPG key ID: 9D31EA3651E8DF5A
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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() {