summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbl00dy18372021-06-13 17:37:54 +0200
committerbl00dy18372021-06-13 17:37:54 +0200
commit7f6b249036fa4588ff4080c6800fcfd55ac9a2e5 (patch)
treefef543dcfb08abe5d604c9074fc251efebdd0bfe
parent7d3c43e34c088c2d0263c1cf83a197474d40eb67 (diff)
downloadaur-ketm.tar.gz
adopt package and fixed and updated from 22 to 25 patch level
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD23
2 files changed, 19 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e9c2cb6ae3b..78f76351f0ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = ketm
pkgdesc = kill everything that moves
pkgver = 0.0.6
- pkgrel = 2
+ pkgrel = 3
url = http://ketm-gg.sf.net
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
depends = sdl
- source = ftp://ftp.debian.org/debian/pool/main/k/ketm/ketm_0.0.6.orig.tar.gz
- source = ftp://ftp.debian.org/debian/pool/main/k/ketm/ketm_0.0.6-22.diff.gz
+ source = http://ftp.debian.org/debian/pool/main/k/ketm/ketm_0.0.6.orig.tar.gz
+ source = http://ftp.debian.org/debian/pool/main/k/ketm/ketm_0.0.6-25.debian.tar.xz
sha512sums = 30f83911bae02fe48ab288c209b8d18457542c222b60f7a973fe4e3128ceb654b62a495de97453c524c17f4aa43b5210889488a22ab25f8828cdb251a940da24
- sha512sums = 0629e88f86a9fa2a7d6a1a68e8da3329fd8ec275bda465ba8d044e9191e9bab6888f82a6cfee5264341610155a81cb42f8be663e82c08227840742ee5d485e1d
+ sha512sums = 75add7cebdb81da643549f1819fc167acf64c524f5ddb014eca2697bb8660cfd33200dc596ba802fe4d2f25ae4585c7ba9a2bfc5189abd2ac71f62479b5cbb6d
pkgname = ketm
-
diff --git a/PKGBUILD b/PKGBUILD
index 7a7c717e5f72..1af562b451fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,26 @@
-# Maintainer: ajs124 < aur AT ajs124 DOT de >
+# Maintainer: <reg-archlinux AT klein DOT tuxli DOT ch>
+# Contributor: ajs124 < aur AT ajs124 DOT de >
pkgname=ketm
pkgdesc="kill everything that moves"
pkgver=0.0.6
-pkgrel=2
+pkgrel=3
license=("GPL")
-url=("http://ketm-gg.sf.net")
+url="http://ketm-gg.sf.net"
depends=(sdl)
-arch=('i686' 'x86_64')
-source=("ftp://ftp.debian.org/debian/pool/main/k/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz"
- "ftp://ftp.debian.org/debian/pool/main/k/${pkgname}/${pkgname}_${pkgver}-22.diff.gz")
-sha512sums=('30f83911bae02fe48ab288c209b8d18457542c222b60f7a973fe4e3128ceb654b62a495de97453c524c17f4aa43b5210889488a22ab25f8828cdb251a940da24'
- '0629e88f86a9fa2a7d6a1a68e8da3329fd8ec275bda465ba8d044e9191e9bab6888f82a6cfee5264341610155a81cb42f8be663e82c08227840742ee5d485e1d')
+arch=('any')
+source=(
+ "http://ftp.debian.org/debian/pool/main/k/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz"
+ "http://ftp.debian.org/debian/pool/main/k/${pkgname}/${pkgname}_${pkgver}-25.debian.tar.xz"
+)
+sha512sums=(
+ '30f83911bae02fe48ab288c209b8d18457542c222b60f7a973fe4e3128ceb654b62a495de97453c524c17f4aa43b5210889488a22ab25f8828cdb251a940da24'
+ '75add7cebdb81da643549f1819fc167acf64c524f5ddb014eca2697bb8660cfd33200dc596ba802fe4d2f25ae4585c7ba9a2bfc5189abd2ac71f62479b5cbb6d'
+)
build(){
cd ${srcdir}/
- patch -p0 -i ${pkgname}_${pkgver}-22.diff
+ mv debian ${pkgname}-${pkgver}/
cd ${pkgname}-${pkgver}/
for patch in ./debian/patches/*diff; do
count=1