summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM.Reynolds2016-07-03 08:19:23 -0400
committerM.Reynolds2016-07-03 08:19:23 -0400
commit6f49bd7980a8e21c4d72324a5191dd381912de76 (patch)
tree2a7b562ad19a6b2547b1f255dad5d5a7b37b898a
parent19e9c676800c7cfbf04fc0373f8ffc609e881bd4 (diff)
downloadaur-6f49bd7980a8e21c4d72324a5191dd381912de76.tar.gz
Movied icon source to github
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--where-is-m13-2.3-icons.tar.xzbin109752 -> 0 bytes
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c7d6b54268a..519a43333dc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = where-is-m13
pkgdesc = Application to visualize the locations and physical properties of deep sky objects.
pkgver = 2.3
- pkgrel = 2
+ pkgrel = 3
url = http://www.thinkastronomy.com/M13/index.html
arch = any
license = Custom:ThinkAstronomy
depends = java-runtime
source = where-is-m13-2.3.zip::http://www.thinkastronomy.com/M13/downloads/WhereIsM13_2.3.zip
- source = where-is-m13-2.3-icons.tar.xz
+ source = where-is-m13-2.3-icons.tar.gz::https://github.com/Poultryphile/where-is-m13-icons/archive/icons-2.3.tar.gz
sha256sums = b9152359584a7f2283560559fdf35348e018254ae965cdbfa624c662687ccadc
- sha256sums = 4c328ae76bbff3401489a5adbbf7d9ea8d685e775c7bd8c3caa3a73e9ffc2105
+ sha256sums = cf39f4f68a3e231fc8cbae0b7a68f38d3a556d96e80bba65e9c6b75bc2bedaf1
pkgname = where-is-m13
diff --git a/PKGBUILD b/PKGBUILD
index e642d3bd21b9..db4d1ada25d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=where-is-m13
pkgver=2.3
-pkgrel=2
+pkgrel=3
pkgdesc="Application to visualize the locations and physical properties of deep sky objects."
arch=('any')
url="http://www.thinkastronomy.com/M13/index.html"
license=('Custom:ThinkAstronomy')
depends=('java-runtime')
source=("$pkgname-$pkgver.zip"::"http://www.thinkastronomy.com/M13/downloads/WhereIsM13_$pkgver.zip"
- "$pkgname-$pkgver-icons.tar.xz")
+ "$pkgname-$pkgver-icons.tar.gz"::"https://github.com/Poultryphile/$pkgname-icons/archive/icons-$pkgver.tar.gz")
sha256sums=("b9152359584a7f2283560559fdf35348e018254ae965cdbfa624c662687ccadc"
- "4c328ae76bbff3401489a5adbbf7d9ea8d685e775c7bd8c3caa3a73e9ffc2105")
+ "cf39f4f68a3e231fc8cbae0b7a68f38d3a556d96e80bba65e9c6b75bc2bedaf1")
package() {
cd "$srcdir/Where is M13"
@@ -41,7 +41,7 @@ package() {
install -Dm 644 "License.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- cd "$srcdir/$pkgname-$pkgver-icons"
+ cd "$srcdir/$pkgname-icons-icons-$pkgver"
_icondir="$pkgdir/usr/share/icons/hicolor"
install -Dm 644 "m13.svg" "$_icondir/scalable/m13.svg"
diff --git a/where-is-m13-2.3-icons.tar.xz b/where-is-m13-2.3-icons.tar.xz
deleted file mode 100644
index 55844aa8422d..000000000000
--- a/where-is-m13-2.3-icons.tar.xz
+++ /dev/null
Binary files differ