summaryrefslogtreecommitdiff
path: root/package/libseat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libseat/Makefile')
-rw-r--r--package/libseat/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/package/libseat/Makefile b/package/libseat/Makefile
index b408fcaf6..5de79f974 100644
--- a/package/libseat/Makefile
+++ b/package/libseat/Makefile
@@ -4,15 +4,18 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= libseat
-PKG_VERSION:= 0.7.0
+PKG_VERSION:= 0.8.0
PKG_RELEASE:= 1
-PKG_HASH:= ea6ccbaf86949dba4eda64761b11aa8d05b61fc60f569b0fc05f2c4d06baeb87
+PKG_HASH:= a562a44ee33ccb20954a1c1ec9a90ecb2db7a07ad6b18d0ac904328efbcf65a0
PKG_DESCR:= seat library
PKG_SECTION:= libs/misc
-PKG_URL:= https://git.sr.ht/~kennylevinsen/seatd
-PKG_SITES:= https://git.sr.ht/~kennylevinsen/seatd
+PKG_URL:= https://git.sr.ht/~kennylevinsen/seatd/
+PKG_SITES:= https://git.sr.ht/~kennylevinsen/seatd/archive/
PKG_OPTS:= dev
+DISTFILES:= $(PKG_VERSION).tar.gz
+WRKDIST= ${WRKDIR}/seatd-${PKG_VERSION}
+
include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBSEAT,libseat,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))