summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManos S. Pappas2019-02-25 18:28:51 +0200
committerManos S. Pappas2019-02-25 18:28:51 +0200
commit673d8cd0a2e549bea1088ba0d75db87750c4fd57 (patch)
treea798614512beffe6c01c254b304c4308d5c74e15
parent136f71033f4fbc338d7ff33501012e4b5f6c2cb2 (diff)
downloadaur-673d8cd0a2e549bea1088ba0d75db87750c4fd57.tar.gz
Update to 1.06
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8171a7860c8..5762f868c975 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fbc
pkgdesc = FreeBASIC Compiler (Release version)
- pkgver = 1.05
+ pkgver = 1.06
pkgrel = 1
url = http://www.freebasic.net
arch = i686
@@ -8,12 +8,12 @@ pkgbase = fbc
license = GPL2
license = LGPL
makedepends = libffi
- makedepends = libtinfo
+ makedepends = ncurses5-compat-libs
provides = fbc
conflicts = freebasic
conflicts = fbc-git
options = staticlibs
- source = https://downloads.sourceforge.net/fbc/FreeBASIC-1.05.0-source.tar.gz
+ source = https://downloads.sourceforge.net/fbc/FreeBASIC-1.06.0-source.tar.gz
sha256sums = SKIP
pkgname = fbc
diff --git a/PKGBUILD b/PKGBUILD
index 605094f1a91a..aea45a9c3b4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Frontier (frontier314 at gmail dot com)
pkgname=fbc
-pkgver=1.05
+pkgver=1.06
pkgrel=1
-_bootver=1.05.0
+_bootver=1.06.0
pkgdesc="FreeBASIC Compiler (Release version)"
arch=('i686' 'x86_64')
url="http://www.freebasic.net"
license=('GPL2' 'LGPL')
-makedepends=('libffi' 'libtinfo')
+makedepends=('libffi' 'ncurses5-compat-libs')
provides=('fbc')
conflicts=('freebasic' 'fbc-git')
options=(staticlibs)