summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFeufochmar2017-09-06 20:24:03 +0200
committerFeufochmar2017-09-06 20:24:03 +0200
commit08a15d224c8df388dd4263431f999bdce8afa9f8 (patch)
tree9bce0cb38f21775b9bd546038676068668088bfd /PKGBUILD
parent70d5f3d31a4c35e63c5944e8ee38f6d174a61456 (diff)
downloadaur-08a15d224c8df388dd4263431f999bdce8afa9f8.tar.gz
Use OpenMotif as Motif implementation instead of the removed Lesstif.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 541a65d6f5e8..991bd68722a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Contributor: Feufochmar <feufochmar@d-20.fr>
pkgname=xcpc
pkgver=20070122
-pkgrel=2
+pkgrel=3
pkgdesc="An Amstrad CPC emulator"
arch=('i686' 'x86_64')
url="http://www.xcpc-emulator.net/doku.php/index"
license=('GPL')
-depends=('libdsk' 'lesstif')
+depends=('libdsk' 'openmotif')
optdepends=()
source=(http://downloads.sourceforge.net/sourceforge/xcpc/$pkgname-$pkgver.tar.gz)
md5sums=('6b9d1c94b37e1cc10312dd46bd0696b7')