Skip to content

Commit 97fe1c1

Browse files
committed
chore(pkgbuild): remove custom dist
1 parent 18236a2 commit 97fe1c1

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
VERSION := 1.0.0
2-
31
build:
42
go build
53

@@ -9,8 +7,3 @@ install_deps:
97
go get gopkg.in/elazarl/goproxy.v1
108
go get github.com/spf13/cobra
119
go get github.com/spf13/viper
12-
13-
dist: BASE := transpac-$(VERSION)
14-
dist:
15-
rm -f $(BASE).tar $(BASE).tar.bz2
16-
git archive --format=tar.gz --prefix $(BASE)/ -o $(BASE).tar.gz HEAD

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license=('Apache')
1010
makedepends=('go')
1111
options=('!strip' '!emptydirs')
1212
install=transpac.install
13-
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
13+
source=("$url/archive/v$pkgver.tar.gz")
1414
sha256sums=('582895d391a7e7cac901bd256dd9bc8f644141e873107b283a7c915e961c0493')
1515

1616
build() {

0 commit comments

Comments
 (0)