Skip to content

Commit

Permalink
user/plan9port: update to 0_git20241022
Browse files Browse the repository at this point in the history
  • Loading branch information
z-erica authored and nekopsykose committed Oct 28, 2024
1 parent f5dda44 commit b3154ea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions user/plan9port/template.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgname = "plan9port"
pkgver = "0_git20240617"
pkgver = "0_git20241022"
pkgrel = 0
_commit = "a2567fcac9851e5cc965a236679f568b0e79cff2"
_commit = "61e362add9e1485bec1ab8261d729016850ec270"
hostmakedepends = ["perl"]
makedepends = [
"fontconfig-devel",
Expand All @@ -16,7 +16,7 @@
license = "MIT"
url = "https://9fans.github.io/plan9port"
source = f"https://github.com/9fans/plan9port/archive/{_commit}.tar.gz"
sha256 = "8460943461ec506e5bc73aac0671d6d7c6332fc3d686d10afcbcab8c08f85642"
sha256 = "bc580e252e4b8cf11cb1fed5e7f9bc2ef93b05308c7522bc5602bf98b5efe472"
options = ["!cross", "!lintstatic"]


Expand Down Expand Up @@ -49,7 +49,6 @@ def install(self):
self.rm("install.log")
self.rm("install.sum")
self.rm("install.txt")
self.rm("*.patch", glob=True)

self.install_files(".", "usr/lib", name="plan9")

Expand Down

0 comments on commit b3154ea

Please sign in to comment.