summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2021-10-19 09:00:51 -0400
committerDylan Delgado2021-10-19 09:00:51 -0400
commit9d5597ce5d85c20e3264778bf2e02a0fcce769db (patch)
tree0c655e03c0e54a9c90f99dcdaef3ee128eaf63de
parent5d86ea768672991c8feb2122170cf339a6e0f185 (diff)
downloadaur-9d5597ce5d85c20e3264778bf2e02a0fcce769db.tar.gz
Place icon file in PKGBUILD to combat 522 error
-rw-r--r--PKGBUILD6
-rw-r--r--ipython.pngbin0 -> 3298 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 667b8956dbfb..b2fa2f38ef92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dylan Delgado <dylan1496 at live dot com>
pkgname=ipython-git
-pkgver=7.12.0.r667.gd737c3250
+pkgver=7.12.0.r1042.g4e5c2e243
pkgrel=1
pkgdesc="An enhanced Interactive Python shell - git version"
arch=('any')
@@ -20,7 +20,7 @@ provides=('ipython')
# new optional thing: ipyparallel
source=("git://github.com/ipython/ipython.git"
- "https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png")
+ "ipython.png")
md5sums=('SKIP'
'2901d65f1b1fe354e72850085cd1c072')
_pkgname=ipython
@@ -44,7 +44,7 @@ package() {
install -Dm644 ipython.desktop "$pkgdir/usr/share/applications/ipython.desktop"
#install -Dm644 ipython-qtconsole.desktop "$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
# FS#47046
- install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython.png"
+ install -Dm644 "$srcdir/ipython.png" "$pkgdir/usr/share/pixmaps/ipython.png"
#cd $srcdir/ipython-$pkgver/IPython/qt/console/resources/icon/
#install -Dm644 IPythonConsole.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg"
diff --git a/ipython.png b/ipython.png
new file mode 100644
index 000000000000..ceb0ac9f6c7b
--- /dev/null
+++ b/ipython.png
Binary files differ