summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman)2022-05-07 23:20:41 +0100
committerCarsten Haitzler (Rasterman)2022-05-07 23:25:44 +0100
commit5144514f3502061182a7b654a4ccea447059b042 (patch)
tree4f4a1f31d8b5cf53e52fc843eefb1d1ba84a6877
parent753d8c83b063dd23388f4634fa7c089a4b7d689e (diff)
downloadaur-5144514f3502061182a7b654a4ccea447059b042.tar.gz
update git repo url due to upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbea0050d25e..713709495bf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = enlightenment-git
pkgdesc = Enlightenment window manager - Development version
- pkgver = 0.25.0.24713.g45bd61df3
+ pkgver = 0.25.99.24774.gc8b1077de
pkgrel = 1
url = http://www.enlightenment.org
arch = i686
@@ -38,7 +38,7 @@ pkgbase = enlightenment-git
optdepends = geoclue2: needed for geolocation module
optdepends = packagekit: needed for packagekit module
optdepends = ddcutil: from AUR needed for desktop monitor backlight etc. controls
- provides = enlightenment=0.25.0.24713.g45bd61df3
+ provides = enlightenment=0.25.99.24774.gc8b1077de
provides = notification-daemon
conflicts = enlightenment
options = debug
@@ -46,7 +46,7 @@ pkgbase = enlightenment-git
backup = etc/enlightenment/sysactions.conf
backup = etc/enlightenment/system.conf
backup = etc/xdg/menus/e-applications.menu
- source = git+https://git.enlightenment.org/core/enlightenment.git
+ source = git+https://git.enlightenment.org/enlightenment/enlightenment.git
sha256sums = SKIP
pkgname = enlightenment-git
diff --git a/PKGBUILD b/PKGBUILD
index 5da671ba0e26..50b07dd6ade8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
_pkgname=enlightenment
pkgname=$_pkgname-git
-pkgver=0.25.0.24713.g45bd61df3
+pkgver=0.25.99.24774.gc8b1077de
pkgrel=1
pkgdesc="Enlightenment window manager - Development version"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -33,7 +33,7 @@ backup=('etc/enlightenment/sysactions.conf'
'etc/enlightenment/system.conf'
'etc/xdg/menus/e-applications.menu')
options=('debug' 'ccache')
-source=("git+https://git.enlightenment.org/core/$_pkgname.git")
+source=("git+https://git.enlightenment.org/enlightenment/$_pkgname.git")
sha256sums=('SKIP')
pkgver() {