aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlen White2023-07-18 00:26:24 -0400
committerCarlen White2023-07-18 00:54:08 -0400
commit4ecb351b4bdf85a21b46336c2b6d6dd9fd22f050 (patch)
tree55340dda9e04bb5d4c11fe9cb0cb707c392aa8e8
parent868f6bc8e827208c4a17547b07c8326dc3bd6eab (diff)
downloadaur-4ecb351b4bdf85a21b46336c2b6d6dd9fd22f050.tar.gz
Change package name without -git, .SRCINFO added
This PKGBUILD does not follow the latest commit from the upstream repo and it having `-git` is an old artifact I neglected to remove. This makes this repo a bit more compliant for the AUR. There might be a future branch/repo that actually uses the latest commit, however. `.SRCINFO` was also added in preperation for AUR publishing.
-rw-r--r--.SRCINFO28
-rw-r--r--PKGBUILD7
2 files changed, 33 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..dcdb7d64e517
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,28 @@
+pkgbase = fchat-rising
+ pkgdesc = The F-Chat 3.0 client from F-List modifed by MrStallion. Uses a system-wide electron instead of the built in.
+ pkgver = 1.23.5
+ pkgrel = 2
+ url = https://github.com/mrstallion/fchat-rising
+ arch = x86_64
+ license = MIT
+ makedepends = yarn
+ makedepends = npm
+ makedepends = nvm
+ makedepends = node-gyp
+ depends = electron17
+ depends = libappindicator-gtk3
+ depends = libindicator-gtk3
+ depends = libnotify
+ depends = libxss
+ depends = libxtst
+ depends = libsecret
+ provides = fchat-3.0
+ conflicts = fchat-rising-git
+ source = fchat::git+https://github.com/mrstallion/fchat-rising#tag=v1.23.5
+ source = local://fchat.desktop
+ source = local://deadletter.patch
+ sha256sums = SKIP
+ sha256sums = 9f1a95982e8327f32173056d03d79705c01f11307bae59e8f5d3ec3435421f1f
+ sha256sums = 249e4e9263098b64399ccc8bcd9c64dca5b3858c244c061ccc2ebe37f32cb258
+
+pkgname = fchat-rising
diff --git a/PKGBUILD b/PKGBUILD
index cb17f2939c58..eed01674da0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,15 @@
# Maintainer: Carlen White <whitersuburban@gmail.com>
-pkgname=fchat-rising-git
+pkgname=fchat-rising
_pkgname=fchat-rising
pkgver=1.23.5
-pkgrel=1
+pkgrel=2
pkgdesc="The F-Chat 3.0 client from F-List modifed by MrStallion. Uses a system-wide electron instead of the built in."
arch=('x86_64')
url="https://github.com/mrstallion/fchat-rising"
license=('MIT')
+conflicts=(
+ 'fchat-rising-git'
+)
depends=(
'electron17'
'libappindicator-gtk3'