summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman)2022-05-07 23:19:26 +0100
committerCarsten Haitzler (Rasterman)2022-05-07 23:19:26 +0100
commit905864f4626e42881434979ceb3e52d18390d2f2 (patch)
tree562556a99cbf4c0084f19d8ed424f7d0591454a1
parent06f648bc87fd29babe1b2defe05c5242b1853c59 (diff)
downloadaur-ecrire-git.tar.gz
update git repo url due to upstreamx
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 684a717472d1..0fce2638cee1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ecrire-git
pkgdesc = Simple text editor based on EFL
- pkgver = r175.ea7c024
+ pkgver = r176.4e3ff1c
pkgrel = 1
epoch = 1
url = http://www.enlightenment.org
@@ -11,11 +11,10 @@ pkgbase = ecrire-git
makedepends = git
makedepends = meson
depends = efl
- provides = ecrire=r175.ea7c024
+ provides = ecrire=r176.4e3ff1c
conflicts = ecrire
options = debug
- source = git+https://git.enlightenment.org/apps/ecrire.git
+ source = git+https://git.enlightenment.org/enlightenment/ecrire.git
sha256sums = SKIP
pkgname = ecrire-git
-
diff --git a/PKGBUILD b/PKGBUILD
index a315d06c6140..0c0612dfe9bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=ecrire
pkgname=$_pkgname-git
-pkgver=r175.ea7c024
+pkgver=r176.4e3ff1c
pkgrel=1
epoch=1
pkgdesc="Simple text editor based on EFL"
@@ -16,7 +16,7 @@ provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
install=$_pkgname.install
options=('debug')
-source=("git+https://git.enlightenment.org/apps/$_pkgname.git")
+source=("git+https://git.enlightenment.org/enlightenment/$_pkgname.git")
sha256sums=('SKIP')
pkgver() {