summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0081ed12bd9c..44ef8ff9e17e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _gitname=t4k-common-arch
pkgver=r4.013d039
-pkgrel=1
+pkgrel=2
pkgdesc="Common library for code shared by TuxType and TuxMath"
arch=('armv7h' 'aarch64' 'aarch64' 'i686' 'x86_64')
url="http://tux4kids.alioth.debian.org/"
@@ -17,7 +17,8 @@ license=('GPL')
depends=('sdl_image' 'sdl_mixer' 'sdl_pango' 'sdl_net' 'libpng' 'librsvg' 'libxml2')
makedepends=('autoconf' 'automake' 'gettext' 'libtool' 'make')
options=('!docs')
-replace=('t4k_common')
+provides=('t4kcommon')
+conflicts=('t4kcommon')
source=("git+https://gitlab.com/stormdragon2976/t4k-common-arch")
sha256sums=('SKIP')