summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e9aa3a40cbe..d99847ff839a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by makepkg 4.2.1
-# Mon May 4 06:16:46 UTC 2015
pkgbase = ecere-sdk-git
pkgdesc = A SDK for building cross-platform GUI and graphics apps using the eC language
- pkgver = 0.44.11.r8.gbb5c404
+ pkgver = 0.44.15.r1049.gbd87e691
pkgrel = 1
- url = http://ecere.org/
+ url = https://ecere.org/
arch = i686
arch = x86_64
license = BSD
@@ -22,7 +20,7 @@ pkgbase = ecere-sdk-git
conflicts = ecere-sdk
options = !strip
options = staticlibs
- source = ecere-sdk-git::git://github.com/ecere/ecere-sdk.git
+ source = ecere-sdk-git::git+https://github.com/ecere/ecere-sdk.git
md5sums = SKIP
pkgname = ecere-sdk-git
diff --git a/PKGBUILD b/PKGBUILD
index b9480f0a1926..967f7427ddbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer : Vassilis Palassopoulos <palasso [at] gmail [dot] com>
+# Contributor: Michal Wojdyla < micwoj9292 at gmail dot com >
+# Contributor : Vassilis Palassopoulos <palasso [at] gmail [dot] com>
pkgname=ecere-sdk-git
-pkgver=0.44.11.r8.gbb5c404
+pkgver=0.44.15.r1049.gbd87e691
pkgrel=1
pkgdesc="A SDK for building cross-platform GUI and graphics apps using the eC language"
arch=('i686' 'x86_64')
-url="http://ecere.org/"
+url="https://ecere.org/"
license=('BSD')
depends=('libxrender' 'libgl' 'giflib' 'libjpeg' 'libpng' 'sqlite' 'alsa-lib' 'ttf-font')
optdepends=('upx: support for compressing built binaries')
@@ -13,7 +14,7 @@ makedepends=('git')
provides=('ecere-sdk')
conflicts=('ecere-sdk')
options=('!strip' 'staticlibs')
-source=("$pkgname::git://github.com/ecere/ecere-sdk.git")
+source=("$pkgname::git+https://github.com/ecere/ecere-sdk.git")
md5sums=('SKIP')
pkgver() {