summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Polti2020-12-03 11:53:48 +0100
committerAlexis Polti2020-12-03 11:53:48 +0100
commit38ae27e7985aa84ba627eba56e12b6247fdcc69a (patch)
tree1b908f18050ee28883855679a6e2d4b2f27cbec7
parentdd3328c721029a440fcb32865f9289563566b5e6 (diff)
downloadaur-38ae27e7985aa84ba627eba56e12b6247fdcc69a.tar.gz
Fix typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2f77507f7fd..43aa034009a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ozone
pkgdesc = Segger Ozone JLink debugger for Linux
pkgver = 3.20i
- pkgrel = 4
+ pkgrel = 5
epoch = 21
url = https://www.segger.com/jlink-software.html
arch = i686
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