summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-03-10 22:23:30 +0100
committerDaniel Peukert2020-03-10 22:23:30 +0100
commit8c54b46a7f75b2e8d3f225eb438647691f5ca3a6 (patch)
tree9095115b328ccaba46d764892f3f1687dea27a96
parent02d572e8c30711bd4e69f6aa4a162ea89688912d (diff)
downloadaur-8c54b46a7f75b2e8d3f225eb438647691f5ca3a6.tar.gz
Fix icon location for mongodb-compass
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f3a72abc337..0c1e5c07df15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mongodb-compass-community
pkgdesc = The official GUI for MongoDB - Community Edition
pkgver = 1.20.5
- pkgrel = 2
+ pkgrel = 3
url = https://www.mongodb.com/products/compass
arch = x86_64
arch = i686
@@ -13,7 +13,7 @@ pkgbase = mongodb-compass-community
depends = krb5
depends = libsecret
depends = lsb-release
- source = mongodb-compass-community-1.20.5-2.tar.gz::https://github.com/mongodb-js/compass/archive/v1.20.5.tar.gz
+ source = mongodb-compass-community-1.20.5-3.tar.gz::https://github.com/mongodb-js/compass/archive/v1.20.5.tar.gz
source = hadron-build-packaging.diff
sha256sums = 48726164a002ee07ff56041bc80e8897d897b44e99efc5cde7c4381024b21ac5
sha256sums = 3f438dc5b2eb99a4831f83d753cb3dc86fc8b3217499310fe03469570f300ff2
diff --git a/PKGBUILD b/PKGBUILD
index 926db8220504..461a92ba0608 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _edition=' Community'
pkgname="mongodb-$_target"
_pkgver='1.20.5'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
-pkgrel='2'
+pkgrel='3'
pkgdesc='The official GUI for MongoDB - Community Edition'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url='https://www.mongodb.com/products/compass'
@@ -98,7 +98,7 @@ StartupNotify=true
Categories=Office;Database;Building;Debugger;IDE;GUIDesigner;Profiling;
EOF
- install -Dm644 "$srcdir/$_sourcedirectory/src/app/images/linux/mongodb-compass.png" "$pkgdir/usr/share/icons/pixmaps/$pkgname.png"
+ install -Dm644 "$srcdir/$_sourcedirectory/src/app/images/linux/mongodb-compass.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
for _license in 'LICENSE' 'LICENSES.chromium.html'; do