summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur952020-10-13 00:11:27 +0300
committerShatur952020-10-13 00:11:27 +0300
commit4141d0710e1c0b043f3be563fbf5b4641800d447 (patch)
tree0473d644dd34703eb5bb311d79fb6d373922b657
parent03fae4e7e6380ab6ddc2c53ba66889171c44ba5d (diff)
downloadaur-4141d0710e1c0b043f3be563fbf5b4641800d447.tar.gz
Update build rules
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD10
2 files changed, 2 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65ea96aa0d60..d047173cf529 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crow-translate-git
pkgdesc = A simple and lightweight translator that allows to translate and say selected text using the Google Translate API and much more
- pkgver = 2.5.1.r20.g8ec9a64
+ pkgver = 2.5.1.r24.geabf048
pkgrel = 1
url = https://github.com/crow-translate/crow-translate
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 290e88127c6f..e9b0f55cb96d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shatur <genaloner@gmail.com>
pkgname=crow-translate-git
-pkgver=2.5.1.r20.g8ec9a64
+pkgver=2.5.1.r24.geabf048
pkgrel=1
pkgdesc='A simple and lightweight translator that allows to translate and say selected text using the Google Translate API and much more'
arch=(x86_64)
@@ -19,14 +19,6 @@ pkgver() {
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
-# Clone submodules
-prepare() {
- cd ${pkgname%-git}
-
- git submodule init
- git submodule update
-}
-
build() {
mkdir -p ${pkgname%-git}/build
cd ${pkgname%-git}/build