summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavan Rikhi2018-02-13 01:10:54 -0500
committerPavan Rikhi2018-02-13 01:10:54 -0500
commit74014a6f9599a02173beb041d1316135addcebde (patch)
tree165bb860b2c7351d360cf77fb0a29bf4cde5d5c5
parent8966f99b2fa7e0db3cdf0146ea3fefba7afba405 (diff)
downloadaur-74014a6f9599a02173beb041d1316135addcebde.tar.gz
Cleanup Old Package
-rw-r--r--.SRCINFO23
-rw-r--r--neon-wallet.install30
2 files changed, 18 insertions, 35 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1484d4d3187..7d612d992df4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,26 @@
+# Generated by mksrcinfo v8
+# Tue Feb 13 06:10:40 UTC 2018
pkgbase = neon-wallet
- pkgdesc = Lightweight Wallet for the NEO CryptoCurrency
+ pkgdesc = Light Electron Wallet for the NEO Blockchain
pkgver = 0.1.2
pkgrel = 1
- url = https://github.com/CityOfZion/neon-wallet
- install = neon-wallet.install
+ url = http://github.com/CityOfZion/neon-wallet
arch = x86_64
license = MIT
- source_x86_64 = https://github.com/CityOfZion/neon-wallet/releases/download/0.1.2/Neon_0.1.2_amd64.Linux.deb
- sha256sums_x86_64 = 5bdc5eb698573942a9e7181b65ea025eb418a4e287bb62792f9acf40f17ce8eb
+ makedepends = nodejs
+ makedepends = npm
+ makedepends = yarn
+ makedepends = git
+ makedepends = python2
+ depends = gtk2
+ source = https://github.com/CityOfZion/neon-wallet/archive/0.1.2.tar.gz
+ source = neon.desktop
+ source = neon.png
+ source = LICENSE
+ sha256sums = 22d479c105bcdf19072c1cf45e5cf501d7dbe6b140adbf037624ad9aedc512d8
+ sha256sums = e8eb93c544d9315093282637697ce4a98b87da1dd4a8ea820f7d95a7fef32155
+ sha256sums = 0bfb88ecd77178bc600a9d752ba6e3a1f5cf4a38963bb718d2d047030445ff34
+ sha256sums = 49d5f9ad18e2e7d8de196c9c0bcf558b018918e23f60e3e0ab83ddc4ef9a6151
pkgname = neon-wallet
diff --git a/neon-wallet.install b/neon-wallet.install
deleted file mode 100644
index 6ebc00925cfa..000000000000
--- a/neon-wallet.install
+++ /dev/null
@@ -1,30 +0,0 @@
-post_install() {
- echo "Symlink has been installed for /usr/bin/neon-wallet"
- ln -s /opt/Neon/neon /usr/bin/neon-wallet
- echo \
- "####################################
-If you're using the Neon App, please
-ensure you're using version 1.1.1 or
-above
-####################################"
-}
-
-post_upgrade() {
- if [ ! -e /usr/bin/neon-wallet ]; then
- echo "Symlink has been installed for /usr/bin/neon-wallet"
- ln -s /opt/Neon/neon /usr/bin/neon-wallet
- else
- echo "Symlink already present, not reinstalling"
- fi
- echo \
- "####################################
-If you're using the Neon App, please
-ensure you're using version 1.1.1 or
-above
-####################################"
-}
-
-post_remove() {
- echo "Symlink to /usr/bin/neon-wallet has been removed"
- rm -f /usr/bin/neon-wallet
-}