Skip to content

Commit

Permalink
chore(pkgbuild): remove custom dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwakefield committed Sep 17, 2014
1 parent 18236a2 commit 97fe1c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
VERSION := 1.0.0

build:
go build

Expand All @@ -9,8 +7,3 @@ install_deps:
go get gopkg.in/elazarl/goproxy.v1
go get github.com/spf13/cobra
go get github.com/spf13/viper

dist: BASE := transpac-$(VERSION)
dist:
rm -f $(BASE).tar $(BASE).tar.bz2
git archive --format=tar.gz --prefix $(BASE)/ -o $(BASE).tar.gz HEAD
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license=('Apache')
makedepends=('go')
options=('!strip' '!emptydirs')
install=transpac.install
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
source=("$url/archive/v$pkgver.tar.gz")
sha256sums=('582895d391a7e7cac901bd256dd9bc8f644141e873107b283a7c915e961c0493')

build() {
Expand Down

0 comments on commit 97fe1c1

Please sign in to comment.