summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHibiki2019-04-09 16:14:51 -0400
committerHibiki2019-04-09 16:14:51 -0400
commitcfae3b6d30642b011288e0288681bf499e3220d1 (patch)
tree6d2f735cc8e4a7a244b07da4ebab949ddd926267
parentbd3bd9b7cc0a2f0f4880ce866cd4fc7c5a5d9a5d (diff)
downloadaur-cfae3b6d30642b011288e0288681bf499e3220d1.tar.gz
Remove Debian Release Patches
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD14
2 files changed, 3 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d1b2efe9165..9839202ca47a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,9 +14,7 @@ pkgbase = chess.app
depends = gnustep-gui
depends = gnustep-back
source = http://http.debian.net/debian/pool/main/c/chess.app/chess.app_2.8.orig.tar.gz
- source = http://http.debian.net/debian/pool/main/c/chess.app/chess.app_2.8-1.debian.tar.xz
sha256sums = 0a504959ab9699b04055c6844fc62346f1791c67c155f2de62f885c674ab4bd8
- sha256sums = f47f4926cc819a3a6268f731a72748e3f6d719da8d82ea75183fdb99edf58ce1
pkgname = chess.app
diff --git a/PKGBUILD b/PKGBUILD
index 08c2e7707537..724808ddcca1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,4 @@
-# Maintainer: Icarus Mitchellson <mumei AT airmail DOT cc>
-
+# Maintainer: mumei <mumei AT airmail DOT cc>
_pkgname=Chess
pkgname=chess.app
pkgrel=1
@@ -11,15 +10,8 @@ license=('BSD')
groups=('gnustep-apps')
depends=('gnustep-base' 'gnustep-gui' 'gnustep-back')
makedepends=('gcc-objc' 'gnustep-make')
-source=("http://http.debian.net/debian/pool/main/c/chess.app/chess.app_2.8.orig.tar.gz"
- "http://http.debian.net/debian/pool/main/c/chess.app/chess.app_2.8-1.debian.tar.xz")
-sha256sums=('0a504959ab9699b04055c6844fc62346f1791c67c155f2de62f885c674ab4bd8'
- 'f47f4926cc819a3a6268f731a72748e3f6d719da8d82ea75183fdb99edf58ce1')
-
-prepare() {
- cd "$pkgname-33"
- patch < ../debian/patches/improve-chessinfo-plist
-}
+source=("http://http.debian.net/debian/pool/main/c/chess.app/chess.app_2.8.orig.tar.gz")
+sha256sums=('0a504959ab9699b04055c6844fc62346f1791c67c155f2de62f885c674ab4bd8')
build() {
cd "$pkgname-33"