summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f531c846f9d..6db059c0353d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = widelands-maps-rttr
pkgdesc = Makes the maps installed by the Settlers II-remake 'Return to the Roots' available to play with widelands.
pkgver = a
- pkgrel = 1
+ pkgrel = 2
url = http://siedler25.org/
arch = any
- license = GPL2
- makedepends = return-to-the-roots
- depends = return-to-the-roots
+ license = GPL3
+ makedepends = return-to-the-roots-maps
+ depends = return-to-the-roots-maps
optdepends = widelands: To play the maps with widelands.
replaces = widelands-maps-rttr-localver
options = emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index e61965852276..035bd1cdfba7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,21 +6,21 @@ pkgdesc="Makes the maps installed by the Settlers II-remake 'Return to the Roots
url='http://siedler25.org/'
arch=('any')
pkgver=a
-pkgrel=1
-depends=('return-to-the-roots')
-makedepends=('return-to-the-roots') # Needed for pkgver()
+pkgrel=2
+depends=('return-to-the-roots-maps')
+makedepends=('return-to-the-roots-maps') # Needed for pkgver()
optdepends=('widelands: To play the maps with widelands.')
provides=()
conflicts=()
replaces=("${_pkgname}-localver")
-license=('GPL2')
+license=('GPL3')
options+=('emptydirs')
source=()
sha256sums=()
pkgver() {
# Set the pkgver to that of the installed return-to-the-root.
- pacman -Q return-to-the-roots | awk '{print $2}' | sed 's|-.*||'
+ pacman -Q return-to-the-roots-maps | awk '{print $2}' | sed 's|-.*||'
}
package() {