summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexis Polti2020-12-03 11:53:48 +0100
committerAlexis Polti2020-12-03 11:53:48 +0100
commit38ae27e7985aa84ba627eba56e12b6247fdcc69a (patch)
tree1b908f18050ee28883855679a6e2d4b2f27cbec7 /PKGBUILD
parentdd3328c721029a440fcb32865f9289563566b5e6 (diff)
downloadaur-38ae27e7985aa84ba627eba56e12b6247fdcc69a.tar.gz
Fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24064bbb9953..263b9ce3161e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ozone
pkgver=3.20i
-pkgrel=4
+pkgrel=5
epoch=21
pkgdesc="Segger Ozone JLink debugger for Linux"
arch=('i686' 'x86_64')
@@ -41,7 +41,7 @@ package(){
# Install desktop entry
install -Dm644 "Ozone.desktop" "${pkgdir}/usr/share/applications/Ozone.desktop"
- install -Dm644 "Ozone.svg" "${pkgdir}/usr/share/pixmaps/Ozone.png"
+ install -Dm644 "Ozone.svg" "${pkgdir}/usr/share/pixmaps/Ozone.svg"
cd ${srcdir}/Ozone