summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter K. Moss2020-11-03 18:08:07 +0100
committerPeter K. Moss2020-11-03 18:08:07 +0100
commit316a95a3574b15542bed86d43582e78e8a595243 (patch)
treebd51852bde73b982174738359a8a4828fedb8903 /PKGBUILD
parent0ed912fc0c4a4fd54f43037b1f28df3e335ca658 (diff)
downloadaur-316a95a3574b15542bed86d43582e78e8a595243.tar.gz
Updated capitalization to work with github files
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41df21cb36f9..eec42f913b0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgver=0.2.1
pkgrel=1
pkgdesc="qMarkdown - minimal markdown viewer"
arch=("x86_64")
-url="https://github.com/Peterkmoss/qMarkdown"
+url="https://github.com/Peterkmoss/qmarkdown"
license=('GPL')
depends=('qt5-base')
makedepends=('gcc>=9')
provides=('qmarkdown')
-source=("https://github.com/Peterkmoss/qMarkdown/archive/v$pkgver.tar.gz")
+source=("https://github.com/Peterkmoss/qmarkdown/archive/v$pkgver.tar.gz")
build() {
cd "$pkgname-$pkgver"
@@ -17,7 +17,7 @@ build() {
}
package() {
- cd "qMarkdown-$pkgver"
+ cd "$pkgname-$pkgver"
make PREFIX=/usr DESTDIR="$pkgdir" install
}
md5sums=('daa239b9739c693171d8622d5eea5289')