summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-03-24 04:12:58 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-03-24 04:12:58 -0300
commit6d426ae13b81d3ecd41735df992d642a355f713f (patch)
tree0909e4e4a9c92162b0b7853bbd6ba36affbb021a
parent8005ee68017020f6a6d72422ee571be337adcd7a (diff)
parent7da47c58d42977e7b361de47cf36de58ce0fd739 (diff)
downloadabslibre-6d426ae13b81d3ecd41735df992d642a355f713f.tar.gz
abslibre-6d426ae13b81d3ecd41735df992d642a355f713f.tar.bz2
abslibre-6d426ae13b81d3ecd41735df992d642a355f713f.zip
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
-rw-r--r--libre/libretools/PKGBUILD6
-rw-r--r--~lukeshu/thingutils-git/PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD
index 4e9a1b61d..b6b095609 100644
--- a/libre/libretools/PKGBUILD
+++ b/libre/libretools/PKGBUILD
@@ -9,10 +9,10 @@ pkgdesc="Programs for Parabola development"
url="https://projects.parabolagnulinux.org/packages/libretools.git/"
license=('GPL3' 'GPL2')
-pkgver=20140306
-_libretools_commit=8cbd5fc2e616785d97e84f7e17b845b74a6ccfd1
+pkgver=20140322
+_libretools_commit=ff15727c30e5b9af5225869e38cbcfa2b08da6c2
_devtools_commit=534d2015b45e013b37e1edbb997bd4df27d7b8fd
-md5sums=('1d20a5835f82778e9ac13a2953e66577'
+md5sums=('36c7ef4d4f7e0b1fc6836babd40bb004'
'ec69dffa68829f063224de19bbd55fa9')
_packages_url=https://projects.parabolagnulinux.org/packages
diff --git a/~lukeshu/thingutils-git/PKGBUILD b/~lukeshu/thingutils-git/PKGBUILD
index 23683bc52..26972139f 100644
--- a/~lukeshu/thingutils-git/PKGBUILD
+++ b/~lukeshu/thingutils-git/PKGBUILD
@@ -5,13 +5,13 @@ pkgname=$_pkgname-git
pkgver=20131203
_gitver=aa2d5a3a4363ff4f4ca23f4c6716613c4be66ecd
-pkgdesc=""
+pkgdesc="Random shell utilities by Luke Shumaker"
url="https://gitorious.org/thingutils"
license=('MIT')
provides=($_pkgname)
conflicts=($_pkgname)
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
depends=(
@@ -27,7 +27,7 @@ depends=(
)
makedepends=('go')
-source=("libre://$pkgname-$pkgver.tar.gz")
+source=("https://repo.parabolagnulinux.org/other/~lukeshu/$_pkgname/$pkgname-$pkgver.tar.gz")
mkdepends=('git')
mksource=("$pkgname-$pkgver::git://gitorious.org/$_pkgname/$_pkgname.git#commit=$_gitver")