summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHumble Penguin2021-11-16 22:19:15 +0500
committerHumble Penguin2021-11-16 22:19:15 +0500
commita2207dfd2d2ba8a6d318b75c754884e77b1df41b (patch)
tree88525fe0a82422d216749da8c3e133cf2122b719
parent2691f42e1740dcf22da8a26fa02cc5b34bd177bf (diff)
downloadaur-a2207dfd2d2ba8a6d318b75c754884e77b1df41b.tar.gz
inital commit
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6876ecc34b88..3b3791c9b6e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,11 @@ pkgbase = cell-bin
pkgdesc = A minimal command line text editor developed using Rust
pkgver = 0.1.0
pkgrel = 1
- url = https://shaharyarahmedbot.pythonanywhere.com/
arch = x86_64
license = GNU
provides = cell
conflicts = cell
- source = https://github.com/ShaharyarAhmed-bot/cell/releases/download/0.1.0/cell-0.1.0-x86_64.tar.gz
- sha256sums = 11d3bc59f207eb6bd93aedcb902aab1aad60cd34f47f4a63742f9d197ec9e09d
+ source = https://github.com/humblepengi/cell/releases/download/v0.1.0/cell-0.1.0-x86_64.tar.gz
+ sha256sums = c804feaeea3b32168dee46527f91fa8227c3fe64c65965d1ce9540f2b1b13fae
pkgname = cell-bin
diff --git a/PKGBUILD b/PKGBUILD
index abc763749590..2e630a2a8057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,15 @@
-# Maintainer: Shaharyar Ahmed <shaharyar.ahmed1121@gmail.com>
-#asdasdasd
-# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
-
+# Maintainer: Humble Penguin a.k.a Shaharyar Ahmed <humblepenguinoffical@gmail.com>
pkgname=cell-bin
pkgver=0.1.0
pkgrel=1
pkgdesc="A minimal command line text editor developed using Rust"
-url="https://shaharyarahmedbot.pythonanywhere.com/"
+url=""
license=("GNU")
arch=("x86_64")
provides=("cell")
conflicts=("cell")
-source=("https://github.com/shaharyarahmed-bot/cell/releases/download/$pkgver/cell-$pkgver-x86_64.tar.gz")
-sha256sums=("2bfa32785cdcd7fa8469a8ea0e5dff707b0bc60d18bd1b848d9bd29a57f48476")
+source=("https://github.com/humblepengi/cell/releases/download/v$pkgver/cell-$pkgver-x86_64.tar.gz")
+sha256sums=("c804feaeea3b32168dee46527f91fa8227c3fe64c65965d1ce9540f2b1b13fae")
package() {
install -Dm755 cell -t "$pkgdir/usr/bin"