Skip to content

Commit

Permalink
some more
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Sep 17, 2023
1 parent 45f6533 commit f20f22b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
8 changes: 0 additions & 8 deletions PKGMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ packages:
colormake-git:
references:
archlinux: ~
gnu-netcat:
references:
cygwin: ~
mingw-w64-cross-tools:
references:
# doesn't exist, this is the next best thing
Expand All @@ -103,11 +100,6 @@ packages:
mingw-w64-cross-headers:
references:
archlinux: mingw-w64-headers
libtre-git:
references:
archlinux: tre
autotools:
internal: true
mingw-w64-cross-clang-crt:
references:
archlinux: mingw-w64-crt
Expand Down
1 change: 1 addition & 0 deletions autotools/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ depends=(
'make'
'pkgconf'
)
msys2_internal=true
source=(README.md)
sha256sums=('de6ec37dee4875be8e2759dea340f6c1bbdc04457333dc666dcb81b00962a145')
3 changes: 3 additions & 0 deletions gnu-netcat/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ source=("https://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar
gnu-netcat-0.7.1-msys2.patch)
sha256sums=('b55af0bbdf5acc02d1eb6ab18da2acd77a400bafd074489003f3df09676332bb'
'b393ccc367a14bc2b48049c5ad668fade37fc32a4d8fcf47df9f0721923c02fc')
msys2_references=(
'cygwin'
)

prepare() {
cd "${srcdir}/netcat-${pkgver}"
Expand Down
3 changes: 3 additions & 0 deletions libtre-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ makedepends=("gettext-devel" "libiconv-devel" "gcc" "git" 'autotools')
_commit="6fb7206b935b35814c5078c20046dbe065435363"
source=("${pkgname}"::"git+https://github.com/laurikari/tre#commit=${_commit}")
sha256sums=('SKIP')
msys2_references=(
'archlinux: tre'
)

pkgver() {
cd "${srcdir}/${pkgname}"
Expand Down

0 comments on commit f20f22b

Please sign in to comment.