summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjon2017-05-22 17:19:21 -0400
committerjon2017-05-22 17:19:21 -0400
commit5271b3503bc6b53d054287d4d73fe2fbbf0ecf9f (patch)
tree2d13a29d73d00a1de7aab670a33e0f86728cc6fe
parent5bcec4cd7a81a9e4ae086eff8a627ed751f3a4ac (diff)
downloadaur-5271b3503bc6b53d054287d4d73fe2fbbf0ecf9f.tar.gz
update source URL; patch is now applied upstream
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
-rw-r--r--armsimsharp.patch6
3 files changed, 6 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d546de3f00e..6b9217a90bee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,18 @@
pkgbase = armsimsharp
pkgdesc = A desktop application for simulating the execution of ARM assembly language programs.
pkgver = 2.1
- pkgrel = 0
+ pkgrel = 1
url = https://webhome.cs.uvic.ca/~nigelh/ARMSim-V2.1/
arch = any
license = GPL
depends = arm-none-eabi-binutils
depends = mono
source = armsimsharp
- source = armsimsharp.patch
source = arm-none-eabi-as
- source = https://webhome.cs.uvic.ca/~nigelh/ARMSim-V2.1/LinuxFiles/ARMSimLinuxFiles.zip
+ source = https://webhome.cs.uvic.ca/~nigelh/ARMSim-V2.1/Linux/ARMSimLinuxFiles.zip
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = 53d7c46165b10ad8777fac8e5ee76ce4fca47ac1d606d5fa7fbfc09810527884
+ sha256sums = 4dd14e7614615e8249b2c17274d78e4eb712242e420d886c3a14d3dbe65e513e
pkgname = armsimsharp
diff --git a/PKGBUILD b/PKGBUILD
index 38837bcd5b62..262c2d8b9cf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,13 @@
pkgname=armsimsharp
pkgver=2.1
-pkgrel=0
+pkgrel=1
pkgdesc='A desktop application for simulating the execution of ARM assembly language programs.'
url="https://webhome.cs.uvic.ca/~nigelh/ARMSim-V${pkgver}/"
license=('GPL')
arch=('any')
depends=('arm-none-eabi-binutils' 'mono')
-source=("${pkgname}" "${pkgname}.patch" 'arm-none-eabi-as' "https://webhome.cs.uvic.ca/~nigelh/ARMSim-V${pkgver}/LinuxFiles/ARMSimLinuxFiles.zip")
-sha256sums=('SKIP' 'SKIP' 'SKIP' '53d7c46165b10ad8777fac8e5ee76ce4fca47ac1d606d5fa7fbfc09810527884')
-
-
-prepare() {
- patch --quiet --strip=0 "--directory=${srcdir}" "--input=${srcdir}/${pkgname}.patch"
-}
+source=("${pkgname}" 'arm-none-eabi-as' "https://webhome.cs.uvic.ca/~nigelh/ARMSim-V${pkgver}/Linux/ARMSimLinuxFiles.zip")
+sha256sums=('SKIP' 'SKIP' '4dd14e7614615e8249b2c17274d78e4eb712242e420d886c3a14d3dbe65e513e')
package() {
diff --git a/armsimsharp.patch b/armsimsharp.patch
deleted file mode 100644
index 632090b4e5da..000000000000
--- a/armsimsharp.patch
+++ /dev/null
@@ -1,6 +0,0 @@
---- ARMSim.exe.config
-+++ ARMSim.exe.config
-16c16
-< <add key="DockingWindowStyle" value="DockingWindows2"></add>
----
-> <add key="DockingWindowStyle" value="StaticWindows"></add>