summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122023-11-28 13:20:57 +0100
committerwillemw122023-11-28 13:20:57 +0100
commit0d50e868f807ff1eba70c702fa17b29fe093e4d2 (patch)
tree4be5b8ef3f3d117b9aa00d1dddf9b1411b2beba5
parentae03b534860d622422ece9429e4b34a1b53ad4a0 (diff)
downloadaur-cpod-git.tar.gz
Remove cumulonimbus
Minor edits.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD15
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9156dffbefe8..8259d5ab6aae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cpod-git
pkgdesc = A simple, beautiful podcast app
- pkgver = 1.28.0.r24.gb60930d
+ pkgver = 1.28.0.r27.ga648efd
pkgrel = 1
url = https://github.com/z-------------/CPod
arch = x86_64
@@ -17,7 +17,6 @@ pkgbase = cpod-git
depends = nss
provides = cpod
conflicts = cpod
- replaces = cumulonimbus
source = cpod-git::git+https://github.com/z-------------/CPod.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fdefa264f169..0f03dd81438c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: willemw <willemw12@gmail.com>
pkgname=cpod-git
-pkgver=1.28.0.r24.gb60930d
+pkgver=1.28.0.r27.ga648efd
pkgrel=1
-pkgdesc="A simple, beautiful podcast app"
-arch=('x86_64')
-url="https://github.com/z-------------/CPod"
-license=('Apache')
-depends=('alsa-lib' 'gconf' 'gtk3' 'libxss' 'nss')
-makedepends=('git' 'gulp' 'libxcrypt-compat' 'nvm' 'yarn')
+pkgdesc='A simple, beautiful podcast app'
+arch=(x86_64)
+url='https://github.com/z-------------/CPod'
+license=(Apache)
+depends=(alsa-lib gconf gtk3 libxss nss)
+makedepends=(git gulp libxcrypt-compat nvm yarn)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-replaces=('cumulonimbus')
source=("$pkgname::git+$url.git")
sha256sums=('SKIP')