summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvy Foster2018-01-25 19:54:31 -0600
committerIvy Foster2018-01-25 19:54:31 -0600
commit55c6fde8f8c4ee241622a6eb895ca9fc028e7a50 (patch)
tree9516e5c133606248dc14ff8ca2c995c12f380e33
parent8af2b77c1db77a387fccd96b14115e35fb443c82 (diff)
downloadaur-55c6fde8f8c4ee241622a6eb895ca9fc028e7a50.tar.gz
provide, rather than replace, frotz
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD16
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d424f66a90bc..50ae89b0bbd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = frotz-git
arch = i686
arch = x86_64
license = GPL
+ provides = frotz
conflicts = frotz
- replaces = frotz
source = git+https://github.com/DavidGriffith/frotz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 503636c82e01..ab4ef9249842 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
-# Maintainer: Ivy Foster <ivy.foster@gmail.com>
+# Maintainer: Ivy Foster <code@escondida.tk>
-pkgbase='frotz-git'
-pkgname=('frotz-ncurses-git' 'frotz-dumb-git')
+pkgbase=frotz-git
+pkgname=(frotz-ncurses-git frotz-dumb-git)
pkgver=2.44.r188.g869c99e
pkgrel=1
pkgdesc='Z-machine interpreter for interactive fiction games'
-conflicts=('frotz')
-replaces=('frotz')
+conflicts=(frotz)
+provides=(frotz)
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
url='http://frotz.sourceforge.net/'
-license=('GPL')
+license=(GPL)
source=('git+https://github.com/DavidGriffith/frotz')
-md5sums=('SKIP')
+md5sums=(SKIP)
pkgver() {
cd frotz