summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur952018-07-01 23:57:47 +0300
committerShatur952018-07-01 23:57:47 +0300
commitb4eb2268ba4dc9c442251d27771ced110bbfe581 (patch)
tree1caff3f7de115319a23a7e28a55aa4ad7a4d2005
parent0f34b7c614cf6c3c23db9ac12ea9e87257b0219b (diff)
downloadaur-b4eb2268ba4dc9c442251d27771ced110bbfe581.tar.gz
Change the name of the repository
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ff18cc2cdc6..b669b02da482 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = crow-translate-git
pkgdesc = A simple and lightweight translator that allows to translate and speak the selected text using the Google Translate API
- pkgver = 0.9.5.r0.g7c4b066
+ pkgver = 1.0.0.r0.gda2d689
pkgrel = 1
- url = https://github.com/Shatur95/Crow
+ url = https://github.com/Shatur95/crow-translate
arch = x86_64
license = GPL3
makedepends = qt5-tools
@@ -13,7 +13,7 @@ pkgbase = crow-translate-git
depends = openssl
provides = crow-translate
conflicts = crow-translate
- source = crow-translate::git+https://github.com/Shatur95/CrowTranslate.git
+ source = git+https://github.com/Shatur95/crow-translate
sha256sums = SKIP
pkgname = crow-translate-git
diff --git a/PKGBUILD b/PKGBUILD
index 5d63e299e152..506fd497b77f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Shatur <genaloner@gmail.com>
pkgname=crow-translate-git
-pkgver=0.9.5.r0.g7c4b066
+pkgver=1.0.0.r0.gda2d689
pkgrel=1
pkgdesc="A simple and lightweight translator that allows to translate and speak the selected text using the Google Translate API"
arch=('x86_64')
-url="https://github.com/Shatur95/Crow"
+url="https://github.com/Shatur95/crow-translate"
license=('GPL3')
depends=('qt5-base' 'qt5-multimedia' 'gst-plugins-good' 'openssl')
makedepends=('qt5-tools' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=("${pkgname%-git}::git+https://github.com/Shatur95/CrowTranslate.git")
+source=("git+https://github.com/Shatur95/crow-translate")
sha256sums=('SKIP')
pkgver() {