summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivia May2023-07-12 13:30:22 -0500
committerOlivia May2023-07-12 13:30:22 -0500
commit1feeaab33f89416319f55c023c9d17944087ead6 (patch)
treeb87edd43ed273433599572fbbbdfb11c4c7598e8
parent58c8882ab1331cae1b0873388ef111f779f0b5bf (diff)
downloadaur-1feeaab33f89416319f55c023c9d17944087ead6.tar.gz
Remove single quotes and change muon-meson to muon
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD16
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c1d792e0acb..09c05af5fc91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = livsdiary-git
url = https://github.com/olivia-may/livsdiary
arch = any
license = GPL
- makedepends = muon-meson
+ makedepends = muon
makedepends = git
depends = ncurses
provides = livsdiary
diff --git a/PKGBUILD b/PKGBUILD
index c49c489ec5cb..856da152034b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ pkgver=v3.3.0.r3.79d7cb7
pkgrel=1
epoch=
pkgdesc="Lightweight virtual simple diary."
-arch=('any')
-url="https://github.com/olivia-may/livsdiary"
-license=('GPL')
-depends=('ncurses')
-makedepends=('muon-meson' 'git')
-provides=('livsdiary')
-source=("git+https://github.com/olivia-may/livsdiary.git")
-sha256sums=('SKIP')
+arch=(any)
+url="https://github.com/olivia-may/$_pkgname"
+license=(GPL)
+depends=(ncurses)
+makedepends=(muon git)
+provides=($_pkgname)
+source=("git+https://github.com/olivia-may/$_pkgname.git")
+sha256sums=(SKIP)
pkgver() {
cd "$srcdir/$_pkgname"