summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2023-03-17 17:19:12 +0100
committerEmmanuel Gil Peyrot2023-03-17 17:19:28 +0100
commit245c84facb81945d19553589dcddacd452c91d90 (patch)
tree504fd8f9539d85f6fbdebcbc423ce48f1b69eadc
parent74815f03e00d5a91e9e18af22830d680d0ed223f (diff)
downloadaur-play.it-git.tar.gz
Bump version to 2.22
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD10
2 files changed, 3 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9433e94c6abc..493118601e25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = play.it-git
- pkgver = r3072.bbf6b17e
+ pkgver = 2.22.2.r0.gc95b1519
pkgrel = 1
url = https://wiki.dotslashplay.it
arch = any
license = BSD
- makedepends = pandoc
source = git+https://forge.dotslashplay.it/play.it/scripts.git
source = git+https://forge.dotslashplay.it/play.it/games.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ada2506e7278..01924acc7240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,11 @@
pkgbase=play.it-git
pkgname=(play.it-git play.it-games-git)
-pkgver=r3072.bbf6b17e
+pkgver=2.22.2.r0.gc95b1519
pkgrel=1
arch=('any')
url="https://wiki.dotslashplay.it"
license=('BSD')
-makedepends=('pandoc')
source=('git+https://forge.dotslashplay.it/play.it/scripts.git'
'git+https://forge.dotslashplay.it/play.it/games.git')
sha1sums=('SKIP' 'SKIP')
@@ -18,11 +17,6 @@ pkgver() {
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- cd scripts
- sed -i '/^\s\+DEFAULT_OPTION_ARCHITECTURE=/s,=.*,=auto,' play.it-2/src/99_init.sh
-}
-
build() {
cd scripts
make
@@ -42,7 +36,7 @@ package_play.it-git() {
conflicts=('play.it')
cd scripts
- make DESTDIR="$pkgdir"/ prefix=/usr bindir=/usr/bin datadir=/usr/share install-library install-wrapper install-manpage
+ make DESTDIR="$pkgdir"/ prefix=/usr bindir=/usr/bin datadir=/usr/share install
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}