summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Wilms2020-11-08 12:45:10 +0100
committerKevin Wilms2020-11-08 12:45:10 +0100
commit507491bb5ebae55ce7b1f0e6a7c31587812d2fed (patch)
treebef67d7776ac8f1a059a35eff19f586fbd87ba42
parentbcc7a7ad41477e5babb1f95d7f0952ab72cb911b (diff)
downloadaur-507491bb5ebae55ce7b1f0e6a7c31587812d2fed.tar.gz
Fixed some bugs while building and fixed .desktop file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--vrr-app.desktop4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cdd6ba1bdbe..c11c81768b81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vrr-app
pkgdesc = VRR Fahrplanauskunft built with nativefier (electron)
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.facebook.com
arch = armv7l
arch = i686
@@ -16,7 +16,7 @@ pkgbase = vrr-app
source = vrr-app.png
source = vrr-app.desktop
sha256sums = ce248a8392a7a7c75edc50362aec103d5f98051d0567e57170c606d41cf67ec2
- sha256sums = 957a502cf84304617cb5e89075ea9ac86681514769e3b839bc50d1c199888d32
+ sha256sums = 93be29e1faab23c478eb9dabeee3dceda920f8dcb11c055e364985bfa5eae6c7
pkgname = vrr-app
diff --git a/PKGBUILD b/PKGBUILD
index 1e307bfbff04..cfd7b7737212 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=vrr-app
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="VRR Fahrplanauskunft built with nativefier (electron)"
arch=("armv7l" "i686" "x86_64")
url="https://www.facebook.com"
@@ -15,7 +15,7 @@ source=(
"${pkgname}.desktop")
sha256sums=(
"ce248a8392a7a7c75edc50362aec103d5f98051d0567e57170c606d41cf67ec2"
- "957a502cf84304617cb5e89075ea9ac86681514769e3b839bc50d1c199888d32"
+ "93be29e1faab23c478eb9dabeee3dceda920f8dcb11c055e364985bfa5eae6c7"
)
build() {
diff --git a/vrr-app.desktop b/vrr-app.desktop
index 25c1bc33dd8e..c406638a4187 100644
--- a/vrr-app.desktop
+++ b/vrr-app.desktop
@@ -1,8 +1,8 @@
[Desktop Entry]
Name=VRR Fahrplanauskunft
Comment="VRR Fahrplanauskunft built with nativefier (electron)"
-Exec=VRR-App
-Icon=VRR-App
+Exec=vrr-app
+Icon=vrr-app
Encoding=UTF-8
Terminal=false
StartupNotify=true