summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-09-17 07:55:15 +0800
committerChih-Hsuan Yen2018-09-17 07:55:15 +0800
commit996f9e0069601f22e7222c7e73312f06bac6db17 (patch)
tree5794337c9bcd2401f731b99c955507e1e7e4a159
parentccfd43d44493764d0c9b177a99179b55329dd2d2 (diff)
downloadaur-996f9e0069601f22e7222c7e73312f06bac6db17.tar.gz
drop an unnecessary patch
Patches from ryandesign of MacPorts brings upstream fixes https://sourceforge.net/p/spimsimulator/patches/6/ Is it a coincidence? :)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 7 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12784db5fba3..767f73d697d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spim-svn
pkgdesc = A MIPS32 simulator (SVN version)
- pkgver = 715
- pkgrel = 2
+ pkgver = 717
+ pkgrel = 1
url = https://sourceforge.net/projects/spimsimulator/
arch = i686
arch = x86_64
@@ -9,16 +9,14 @@ pkgbase = spim-svn
license = custom:BSD
makedepends = subversion
depends = glibc
- provides = spim=715
+ provides = spim=717
conflicts = spim
source = svn+https://svn.code.sf.net/p/spimsimulator/code/spim
source = svn+https://svn.code.sf.net/p/spimsimulator/code/CPU
source = svn+https://svn.code.sf.net/p/spimsimulator/code/Tests
- source = fix-install.patch
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 36db36d77c49ae082c0cdf9c7dc46a3dd7a144747cecb60c2b149daa59a20af1
pkgname = spim-svn
diff --git a/PKGBUILD b/PKGBUILD
index b55f68f520ca..8af3e587453b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Chih-Hsuan Yen <yan12125@gmail.com>
pkgname=spim-svn
-pkgver=715
-pkgrel=2
+pkgver=717
+pkgrel=1
pkgdesc="A MIPS32 simulator (SVN version)"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/spimsimulator/"
@@ -16,12 +16,10 @@ provides=("spim=$pkgver")
_svntrunk='svn+https://svn.code.sf.net/p/spimsimulator/code'
source=("$_svntrunk/spim"
"$_svntrunk/CPU"
- "$_svntrunk/Tests"
- fix-install.patch)
+ "$_svntrunk/Tests")
sha256sums=('SKIP'
'SKIP'
- 'SKIP'
- '36db36d77c49ae082c0cdf9c7dc46a3dd7a144747cecb60c2b149daa59a20af1')
+ 'SKIP')
pkgver() {
cd spim
@@ -30,12 +28,6 @@ pkgver() {
printf "${ver//[[:alpha:]]}"
}
-prepare() {
- cd spim
-
- patch -Np0 -i ../fix-install.patch
-}
-
build() {
cd spim