summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang Hai2016-06-01 14:50:38 +0800
committerZhang Hai2016-06-01 14:50:38 +0800
commit1827b8950a10d5a04596cbab307539ecf0453621 (patch)
treeb0113deb76ec606ee4520a3a3e910f4987f1ad28
parentf47814bc54462973762e32dd993872a19219fe01 (diff)
downloadaur-1827b8950a10d5a04596cbab307539ecf0453621.tar.gz
Update android logo.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--android.pngbin0 -> 10486 bytes
3 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0453dafca56..725c76f4993e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 1 06:29:26 UTC 2016
+# Wed Jun 1 06:50:33 UTC 2016
pkgbase = android-sdk-dummy
pkgdesc = Google Android SDK, dummy package
pkgver = 25.1.6
@@ -13,13 +13,11 @@ pkgbase = android-sdk-dummy
optdepends = android-sdk-platform-tools: adb, aapt, aidl, dexdump and dx
provides = android-sdk
conflicts = android-sdk
- source = android-sdk.svg::https://upload.wikimedia.org/wikipedia/commons/d/db/Android_robot_2014.svg
source = android-sdk.desktop::https://aur.archlinux.org/cgit/aur.git/plain/android-sdk.desktop?h=android-sdk
source = android-sdk.sh::https://aur.archlinux.org/cgit/aur.git/plain/android-sdk.sh?h=android-sdk
source = android-sdk.csh::https://aur.archlinux.org/cgit/aur.git/plain/android-sdk.csh?h=android-sdk
source = android-sdk.conf::https://aur.archlinux.org/cgit/aur.git/plain/android-sdk.conf?h=android-sdk
source = license.html::https://aur.archlinux.org/cgit/aur.git/plain/license.html?h=android-sdk
- sha1sums = 65c8123c64b8041b21153b4ed7c985e6e0b6abd7
sha1sums = 8f886de363ad91a7f93a0c6ded993e99bef3e1a7
sha1sums = 78f8574e651c9bf8b7515ecb30c7ef93edbc4a96
sha1sums = 08c85aab7523e22b298891c7047bc0e7adbf3437
diff --git a/PKGBUILD b/PKGBUILD
index 22164e9b4206..47c3b028dc19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,14 +20,12 @@ optdepends=('android-udev: udev rules for Android devices'
provides=("${_pkgname}")
conflicts=("${_pkgname}")
install="${pkgname}.install"
-source=("${_pkgname}.svg::https://upload.wikimedia.org/wikipedia/commons/d/db/Android_robot_2014.svg"
- "${_pkgname}.desktop::https://aur.archlinux.org/cgit/aur.git/plain/${_pkgname}.desktop?h=${_pkgname}"
+source=("${_pkgname}.desktop::https://aur.archlinux.org/cgit/aur.git/plain/${_pkgname}.desktop?h=${_pkgname}"
"${_pkgname}.sh::https://aur.archlinux.org/cgit/aur.git/plain/${_pkgname}.sh?h=${_pkgname}"
"${_pkgname}.csh::https://aur.archlinux.org/cgit/aur.git/plain/${_pkgname}.csh?h=${_pkgname}"
"${_pkgname}.conf::https://aur.archlinux.org/cgit/aur.git/plain/${_pkgname}.conf?h=${_pkgname}"
"license.html::https://aur.archlinux.org/cgit/aur.git/plain/license.html?h=${_pkgname}")
-sha1sums=('65c8123c64b8041b21153b4ed7c985e6e0b6abd7'
- '8f886de363ad91a7f93a0c6ded993e99bef3e1a7'
+sha1sums=('8f886de363ad91a7f93a0c6ded993e99bef3e1a7'
'78f8574e651c9bf8b7515ecb30c7ef93edbc4a96'
'08c85aab7523e22b298891c7047bc0e7adbf3437'
'145bdf3eb41a56574b289c1577a24bc47097ec83'
@@ -37,7 +35,7 @@ package() {
install -Dm755 "${_pkgname}.sh" "${pkgdir}/etc/profile.d/${_pkgname}.sh"
install -Dm755 "${_pkgname}.csh" "${pkgdir}/etc/profile.d/${_pkgname}.csh"
install -Dm644 "${_pkgname}.conf" "${pkgdir}/etc/ld.so.conf.d/${_pkgname}.conf"
- install -Dm644 "${_pkgname}.svg" "${pkgdir}/usr/share/pixmaps/${_pkgname}.svg"
+ install -Dm644 "${_pkgname}.png" "${pkgdir}/usr/share/pixmaps/${_pkgname}.png"
install -Dm644 "${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
install -Dm644 license.html "${pkgdir}/usr/share/licenses/${_pkgname}/license.html"
}
diff --git a/android.png b/android.png
new file mode 100644
index 000000000000..aee44e138434
--- /dev/null
+++ b/android.png
Binary files differ