summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom v/d Brink2017-02-22 06:59:17 +0100
committerTom v/d Brink2017-02-22 06:59:17 +0100
commitffafa10026a31fb5062c17bc48f779bcf53cfb17 (patch)
treec04f4fa2567bfd5e67c41a5672da353072f9d551
parent53fb715ed57ac8aec0bc14bde73b1d4567925f16 (diff)
downloadaur-ffafa10026a31fb5062c17bc48f779bcf53cfb17.tar.gz
changed the src dir for the .desktop and .png
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 504e8555c0c5..b76f095559d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = smath
pkgdesc = A mathematical program with many features and paper-like interface, similar to Mathcad
pkgver = 0_98_6179
- pkgrel = 2
+ pkgrel = 3
url = http://smath.info
install = smath.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index eb9159e72a08..c62729ba4031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=smath
pkgver=0_98_6179
-pkgrel=2
+pkgrel=3
pkgdesc="A mathematical program with many features and paper-like interface, similar to Mathcad"
_pkgcode=PwQc8
arch=('i686' 'x86_64')
@@ -52,7 +52,7 @@ mono SMathStudio_Desktop.exe \"$@\"
# install launcher
install -Dm755 ../$pkgname.sh "$pkgdir"/usr/bin/$pkgname
- install -Dm644 "${srcdir}/smath.desktop" "${pkgdir}/usr/share/applications/smath.desktop"
- install -Dm644 "${srcdir}/SMathStudioLogo256.png" "${pkgdir}/usr/share/pixmaps/smath.png"
+ install -Dm644 "../smath.desktop" "${pkgdir}/usr/share/applications/smath.desktop"
+ install -Dm644 "../SMathStudioLogo256.png" "${pkgdir}/usr/share/pixmaps/smath.png"
}