summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Li2018-02-02 13:51:00 -0500
committerJoshua Li2018-02-02 13:51:00 -0500
commit94f369b15de2ff1f07d27590bf21d6474c21205a (patch)
tree893898dd8c5effde59489064835427e3bbb2de83
parent5ce4c6b2ac196fb1754164f1206cd7f4ddf013a5 (diff)
downloadaur-94f369b15de2ff1f07d27590bf21d6474c21205a.tar.gz
add gitignore, pull remote icon instead of using local
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
-rw-r--r--icon-512x512.pngbin15785 -> 0 bytes
4 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eea2019c6af..a221f74ba64f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = sn-bin
options = !strip
source_x86_64 = https://github.com/standardnotes/desktop/releases/download/v2.0.42/standard-notes-2.0.42-x86_64.AppImage
source_x86_64 = standard-notes.desktop
- source_x86_64 = icon-512x512.png
+ source_x86_64 = https://github.com/standardnotes/desktop/raw/master/app/icon/Icon-512x512.png
sha256sums_x86_64 = 55aa58ebd78a4186d190895042009047c6b346626df185ddb478b54a2098f318
sha256sums_x86_64 = ed6ac9a8bb319f4ad28329f3e4d5cab5db66c9cda2f2f2597375472cff209ba5
sha256sums_x86_64 = e61d2ea951779692dfaa515bd13fefe7faa1be2a23ffde147c29aad24cf4f070
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4b13f6ae707f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.pkg.tar.xz
+*.AppImage
+*.png
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 72ec0a2c81ec..37ea17860996 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ provides=('standard-notes')
source_x86_64=("https://github.com/standardnotes/desktop/releases/download/v${pkgver}/standard-notes-${pkgver}-x86_64.AppImage"
"standard-notes.desktop"
- "icon-512x512.png")
+ "https://github.com/standardnotes/desktop/raw/master/app/icon/Icon-512x512.png")
sha256sums_x86_64=('55aa58ebd78a4186d190895042009047c6b346626df185ddb478b54a2098f318'
'ed6ac9a8bb319f4ad28329f3e4d5cab5db66c9cda2f2f2597375472cff209ba5'
@@ -27,5 +27,5 @@ options=(!strip)
package () {
install -Dm 775 "standard-notes-${pkgver}-x86_64.AppImage" "${pkgdir}/usr/bin/standard-notes"
install -Dm 644 "standard-notes.desktop" "${pkgdir}/usr/share/applications/standard-notes.desktop"
- install -Dm 644 "icon-512x512.png" "${pkgdir}/usr/share/pixmaps/standard-notes.png"
+ install -Dm 644 "Icon-512x512.png" "${pkgdir}/usr/share/pixmaps/standard-notes.png"
}
diff --git a/icon-512x512.png b/icon-512x512.png
deleted file mode 100644
index 7e0042a46b14..000000000000
--- a/icon-512x512.png
+++ /dev/null
Binary files differ