summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandoragon2020-09-20 19:19:12 +0200
committerRandoragon2020-09-20 19:19:12 +0200
commit0d33b90ab5d771023ee975d5f176e191083134bc (patch)
tree06f191a1650c3c04c7197ed5d8fe336f2e4cb468
parent5c4c3f2d368eb515bf6ad231bc82fa84fe0d3640 (diff)
downloadaur-0d33b90ab5d771023ee975d5f176e191083134bc.tar.gz
Fix package name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64e23a2e0ca1..6b223b9d1cf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = mousemode
+pkgbase = mousemode-git
pkgdesc = An intuitive, home-row mouse replacement
pkgver = 1.0.0
pkgrel = 1
@@ -13,5 +13,5 @@ pkgbase = mousemode
source = git+https://github.com/randoragon/mousemode
md5sums = SKIP
-pkgname = mousemode
+pkgname = mousemode-git
diff --git a/PKGBUILD b/PKGBUILD
index c63b1fc1992f..7149f97ce6e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# then please put 'unknown'.
# Maintainer: Randoragon <randoragongamedev@gmail.com>
-pkgname=mousemode
+pkgname=mousemode-git
pkgver=1.0.0
pkgrel=1
epoch=
@@ -18,12 +18,12 @@ source=("git+$url")
md5sums=('SKIP')
build() {
- cd "$pkgname"
+ cd mousemode
make
}
package() {
- cd "$pkgname"
+ cd mousemode
mkdir -p "$pkgdir/usr/bin"
make DESTDIR="$pkgdir/" PREFIX=/usr/bin install
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/license.txt"