arch-community.git
2 years agodb-move: moved nanomsg from [community-testing] to [community] (x86_64)packages/nanomsg
foutrelis [Thu, 9 Jul 2020 17:57:18 +0000 (9 17:57 +0000)]
db-move: moved nanomsg from [community-testing] to [community] (x86_64)

git-svn-id: file:///srv/repos/svn-community/svn@662476 9fca08f4-af9d-4005-b8df-a31f2cc04f65

2 years agodb-move: moved nanomsg from [community-staging] to [community-testing] (x86_64)
foutrelis [Wed, 8 Jul 2020 09:04:53 +0000 (8 09:04 +0000)]
db-move: moved nanomsg from [community-staging] to [community-testing] (x86_64)

git-svn-id: file:///srv/repos/svn-community/svn@661150 9fca08f4-af9d-4005-b8df-a31f2cc04f65

2 years agoarchrelease: copy trunk to community-staging-x86_64
felixonmars [Tue, 7 Jul 2020 18:10:33 +0000 (7 18:10 +0000)]
archrelease: copy trunk to community-staging-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@660019 9fca08f4-af9d-4005-b8df-a31f2cc04f65

2 years agoupgpkg: nanomsg 1.1.5-2: reproducibility rebuild
felixonmars [Tue, 7 Jul 2020 18:10:25 +0000 (7 18:10 +0000)]
upgpkg: nanomsg 1.1.5-2: reproducibility rebuild

git-svn-id: file:///srv/repos/svn-community/svn@660016 9fca08f4-af9d-4005-b8df-a31f2cc04f65

3 years agohttps
arojas [Sat, 8 Jun 2019 10:31:54 +0000 (8 10:31 +0000)]
https

git-svn-id: file:///srv/repos/svn-community/svn@478239 9fca08f4-af9d-4005-b8df-a31f2cc04f65

3 years agoarchrelease: copy trunk to community-x86_64
anatolik [Sun, 21 Oct 2018 00:26:16 +0000 (21 00:26 +0000)]
archrelease: copy trunk to community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@398167 9fca08f4-af9d-4005-b8df-a31f2cc04f65

3 years agoupgpkg: nanomsg 1.1.5-1
anatolik [Sun, 21 Oct 2018 00:25:35 +0000 (21 00:25 +0000)]
upgpkg: nanomsg 1.1.5-1

git-svn-id: file:///srv/repos/svn-community/svn@398166 9fca08f4-af9d-4005-b8df-a31f2cc04f65

3 years agotree-wide: remove svn propset's
jelle [Tue, 11 Sep 2018 19:04:26 +0000 (11 19:04 +0000)]
tree-wide: remove svn propset's

git-svn-id: file:///srv/repos/svn-community/svn@379766 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoarchrelease: copy trunk to community-x86_64
anatolik [Fri, 8 Jun 2018 17:23:50 +0000 (8 17:23 +0000)]
archrelease: copy trunk to community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@342062 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoupgpkg: nanomsg 1.1.4-1
anatolik [Fri, 8 Jun 2018 17:23:05 +0000 (8 17:23 +0000)]
upgpkg: nanomsg 1.1.4-1

git-svn-id: file:///srv/repos/svn-community/svn@342061 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoarchrelease: copy trunk to community-x86_64
anatolik [Sun, 3 Jun 2018 06:01:15 +0000 (3 06:01 +0000)]
archrelease: copy trunk to community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@338592 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoupgpkg: nanomsg 1.1.3-1
anatolik [Sun, 3 Jun 2018 06:00:40 +0000 (3 06:00 +0000)]
upgpkg: nanomsg 1.1.3-1

git-svn-id: file:///srv/repos/svn-community/svn@338589 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoarchrelease: copy trunk to community-x86_64
anatolik [Tue, 19 Dec 2017 00:51:40 +0000 (19 00:51 +0000)]
archrelease: copy trunk to community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@274824 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoupgpkg: nanomsg 1.1.2-1
anatolik [Tue, 19 Dec 2017 00:51:10 +0000 (19 00:51 +0000)]
upgpkg: nanomsg 1.1.2-1

git-svn-id: file:///srv/repos/svn-community/svn@274823 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoRemove i686 from arch=()
foutrelis [Wed, 15 Nov 2017 14:29:11 +0000 (15 14:29 +0000)]
Remove i686 from arch=()

FTR, commands used to change arch=() and then verify the changes:

$ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD*

$ grep -r i686 * | grep arch= | grep -v repos

$ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- |
  while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do
    echo "$l1 -> $l2"
  done | sort -u

git-svn-id: file:///srv/repos/svn-community/svn@266875 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoDrop repos/*-i686
bpiotrowski [Wed, 15 Nov 2017 11:14:49 +0000 (15 11:14 +0000)]
Drop repos/*-i686

git-svn-id: file:///srv/repos/svn-community/svn@266865 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoarchrelease: copy trunk to community-i686, community-x86_64
arojas [Fri, 3 Nov 2017 23:17:52 +0000 (3 23:17 +0000)]
archrelease: copy trunk to community-i686, community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@265382 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoUpdate to 1.1.0
arojas [Fri, 3 Nov 2017 23:17:23 +0000 (3 23:17 +0000)]
Update to 1.1.0

git-svn-id: file:///srv/repos/svn-community/svn@265381 9fca08f4-af9d-4005-b8df-a31f2cc04f65

6 years agoarchrelease: copy trunk to community-i686, community-x86_64
anatolik [Wed, 22 Jun 2016 20:39:06 +0000 (22 20:39 +0000)]
archrelease: copy trunk to community-i686, community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@180785 9fca08f4-af9d-4005-b8df-a31f2cc04f65

6 years agoupgpkg: nanomsg 1.0.0-1
anatolik [Wed, 22 Jun 2016 20:38:29 +0000 (22 20:38 +0000)]
upgpkg: nanomsg 1.0.0-1

git-svn-id: file:///srv/repos/svn-community/svn@180784 9fca08f4-af9d-4005-b8df-a31f2cc04f65

6 years agoarchrelease: copy trunk to community-i686, community-x86_64
anatolik [Mon, 16 May 2016 22:39:34 +0000 (16 22:39 +0000)]
archrelease: copy trunk to community-i686, community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@175515 9fca08f4-af9d-4005-b8df-a31f2cc04f65

6 years agoupgpkg: nanomsg 0.9-1
anatolik [Mon, 16 May 2016 22:38:54 +0000 (16 22:38 +0000)]
upgpkg: nanomsg 0.9-1

git-svn-id: file:///srv/repos/svn-community/svn@175514 9fca08f4-af9d-4005-b8df-a31f2cc04f65

6 years agoarchrelease: copy trunk to community-i686, community-x86_64
anatolik [Tue, 24 Nov 2015 06:43:39 +0000 (24 06:43 +0000)]
archrelease: copy trunk to community-i686, community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@147603 9fca08f4-af9d-4005-b8df-a31f2cc04f65

6 years agoupgpkg: nanomsg 0.8-1
anatolik [Tue, 24 Nov 2015 06:42:57 +0000 (24 06:42 +0000)]
upgpkg: nanomsg 0.8-1

git-svn-id: file:///srv/repos/svn-community/svn@147602 9fca08f4-af9d-4005-b8df-a31f2cc04f65

6 years agoarchrelease: copy trunk to community-i686, community-x86_64
anatolik [Tue, 27 Oct 2015 18:45:32 +0000 (27 18:45 +0000)]
archrelease: copy trunk to community-i686, community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@145139 9fca08f4-af9d-4005-b8df-a31f2cc04f65

6 years agoupgpkg: nanomsg 0.7-1
anatolik [Tue, 27 Oct 2015 18:44:51 +0000 (27 18:44 +0000)]
upgpkg: nanomsg 0.7-1

git-svn-id: file:///srv/repos/svn-community/svn@145138 9fca08f4-af9d-4005-b8df-a31f2cc04f65

6 years agoarchrelease: copy trunk to community-i686, community-x86_64
anatolik [Tue, 4 Aug 2015 14:12:10 +0000 (4 14:12 +0000)]
archrelease: copy trunk to community-i686, community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@137936 9fca08f4-af9d-4005-b8df-a31f2cc04f65

6 years agoupgpkg: nanomsg 0.6-1
anatolik [Tue, 4 Aug 2015 14:11:29 +0000 (4 14:11 +0000)]
upgpkg: nanomsg 0.6-1

git-svn-id: file:///srv/repos/svn-community/svn@137935 9fca08f4-af9d-4005-b8df-a31f2cc04f65

7 years agoarchrelease: copy trunk to community-i686, community-x86_64
anatolik [Mon, 12 Jan 2015 23:14:54 +0000 (12 23:14 +0000)]
archrelease: copy trunk to community-i686, community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@125854 9fca08f4-af9d-4005-b8df-a31f2cc04f65

7 years agoMove nanomsg from AUR to [community]
anatolik [Mon, 12 Jan 2015 23:14:10 +0000 (12 23:14 +0000)]
Move nanomsg from AUR to [community]

git-svn-id: file:///srv/repos/svn-community/svn@125853 9fca08f4-af9d-4005-b8df-a31f2cc04f65