summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornull2015-09-24 21:30:21 -0400
committernull2015-09-24 21:30:21 -0400
commita82dbd97d0608264dfa7298cb7ca5fb0b0f22ad4 (patch)
tree073b9d8b78c3455f5bbf9beef79d78a3a5edd07a
parent8ae44569119edb3432f15e17a41607c9d36fc739 (diff)
downloadaur-a82dbd97d0608264dfa7298cb7ca5fb0b0f22ad4.tar.gz
Fixed pkgver
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2c62604dd91..3f2be6841879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=locator
pkgdesc="Unix command "locate" front-end. A Linux alternative to voidtool's "Everything", written in Lazarus."
-pkgver=0.1.1-alpha
-pkgrel=1
+pkgver=0.1.1
+pkgrel=2
arch=('i686' 'x86_64')
url="https://github.com/AlexTuduran/Locator"
license=('Completely free')
-source=(https://github.com/AlexTuduran/Locator/releases/download/v0.1.1-alpha/Locator-v$pkgver.zip)
+source=(https://github.com/AlexTuduran/Locator/releases/download/v0.1.1-alpha/Locator-v$pkgver-alpha.zip)
md5sums=('SKIP')
package() {
- cd cd "Locator-v${pkgver}"
+ cd cd "Locator-v${pkgver}-alpha"
mkdir -p ${pkgdir}/opt/locator/
cp locator ${pkgdir}/opt/locator/
} \ No newline at end of file