summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-07-23 02:02:31 -0500
committerLuis Martinez2021-07-23 02:02:31 -0500
commit6c7d0677a06e8c52b4325b3aa3fe535a5ce64d45 (patch)
treee19b9172326844cec9c6d0c97f63a9c97efc913c
parent6690d002f3cc439f77a3f9bafcb139f30bc59a21 (diff)
downloadaur-6c7d0677a06e8c52b4325b3aa3fe535a5ce64d45.tar.gz
fixed deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d64e16e24a8..4c0146d26d4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-agena-bin
pkgdesc = An Algol-inspired procedural programming language designed for science, scripting, and other applications
pkgver = 2.22.1
- pkgrel = 1
+ pkgrel = 2
url = http://agena.sourceforge.net
arch = x86_64
arch = i686
@@ -13,7 +13,7 @@ pkgbase = lib32-agena-bin
pkgname = lib32-agena-bin
arch = x86_64
- depends = lib32-libext
+ depends = lib32-libxext
depends = lib32-ncurses
depends = lib32-readline
provides = agena
@@ -24,7 +24,7 @@ pkgname = lib32-agena-bin
pkgname = agena-bin
arch = i686
arch = x86_64
- depends = libext
+ depends = libxext
depends = ncurses
depends = readline
provides = agena
diff --git a/PKGBUILD b/PKGBUILD
index 2e4ed0c04f92..63be325c3439 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=lib32-agena-bin
pkgname=(lib32-agena-bin agena-bin)
pkgver=2.22.1
-pkgrel=1
+pkgrel=2
pkgdesc="An Algol-inspired procedural programming language designed for science, scripting, and other applications"
arch=('x86_64' 'i686')
url="http://agena.sourceforge.net"
@@ -18,7 +18,7 @@ prepare() {
}
package_lib32-agena-bin() {
- depends=('lib32-libext' 'lib32-ncurses' 'lib32-readline')
+ depends=('lib32-libxext' 'lib32-ncurses' 'lib32-readline')
arch=('x86_64')
provides=('agena' 'agena-editor')
conflicts=('agena' 'agena-editor')
@@ -39,7 +39,7 @@ package_lib32-agena-bin() {
}
package_agena-bin() {
- depends=('libext' 'ncurses' 'readline')
+ depends=('libxext' 'ncurses' 'readline')
arch=('i686' 'x86_64')
provides=('agena' 'agena-editor')
conflicts=('agena' 'agena-editor')